Rajah
#fbab60
Rajah, represented by the hex value #fbab60, pairs naturally with the complementary and analogous shades shown further down this page.
Color values
| HEX | #fbab60 | |
|---|---|---|
| RGB | rgb(251, 171, 96) | |
| HSL | hsl(29, 95%, 68%) | |
| CMYK | cmyk(0%, 32%, 62%, 2%) | |
| LAB | lab(77, 25, 50) | |
| OKLCH | oklch(0.8 0.131 62) |
Color harmonies
Tints & shades
Code snippets
color: #fbab60;
background-color: #fbab60;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFBAB60)
/* Swift / UIKit */
UIColor(red: 0.98, green: 0.67, blue: 0.38, alpha: 1.0)