Rajah (#FBAB60)
HEX, RGB, HSL, CMYK values + mood/style/use-case color tags. Use this page to keep your colors consistent across web and print.
Preview
Contrast vs white: 1.89:1 — vs black: 11.10:1
Color values
-
HEX
#FBAB60 -
RGB
rgb(251, 171, 96) -
HSL
hsl(29, 61%, 98%) -
CMYK
cmyk( 0, 31.87, 61.75, 1.57 )
Tags
Tip: tags are heuristic suggestions (helpful for browsing and inspiration).
Color Harmonies
Colors that pair well with #FBAB60 based on color theory relationships.
The color directly opposite on the color wheel — creates maximum contrast and vibrance.
#FBAB60
Base
#60B0FB
Colors adjacent on the wheel — naturally harmonious and pleasing to the eye.
#FBAB60
Base
#FB6062
#FBF960
Three colors equally spaced 120° apart — bold, balanced, and visually rich.
#FBAB60
Base
#60FBAB
#AB60FB
Two colors flanking the complement — high contrast with less tension than full complementary.
#FBAB60
Base
#60FBF9
#6062FB
Four colors at 90° intervals — rich variety, best when one color dominates.
#FBAB60
Base
#62FB60
#60B0FB
#F960FB
Shades and tints of the same hue — cohesive, elegant, and easy to work with.
#FBAB60
Base
#BD5E05
#F98415
#FA9638
#FCC088
#FDD2AB
#FEF2E6
Darker shades and lighter tints of Rajah, generated by adjusting lightness while keeping the same hue and saturation.
Shades (darker)
#190C01
#582C02
#964B04
#D56A05
#F98A21
#FBAB60
Base
#FCB97B
#FCC796
#FDD6B0
#FEE4CB
#FEF2E6
Ready-to-use code snippets for #FBAB60. Click the copy button to copy any snippet to your clipboard.
/* Background */
.element {
background-color: #FBAB60;
}
/* Text */
.element {
color: #FBAB60;
}
/* Border */
.element {
border: 1px solid #FBAB60;
}
/* Linear gradient to complementary */
.element {
background: linear-gradient(
to right,
#FBAB60,
#F9FBFD
);
}
/* Radial gradient */
.element {
background: radial-gradient(
circle,
#FBAB60,
#F9FBFD
);
}
// SCSS variable
$rajah: #FBAB60;
// With RGB channels (useful for rgba() usage)
$rajah-r: 251;
$rajah-g: 171;
$rajah-b: 96;
// Usage
.element {
background-color: $rajah;
color: rgba($rajah-r, $rajah-g, $rajah-b, 0.8);
}
How Rajah appears to people with different types of color vision deficiency.
#FBAB60
How the color appears with full color vision.
#C7C75B
Deuteranopia affects ~8% of males. Green cones are absent, making it difficult to distinguish red from green. The most common form of color blindness.
#B6B661
Protanopia affects ~1% of males. Red cones are absent, causing reds to appear dark and indistinguishable from greens and browns.
#FFA4A4
Tritanopia is rare (~0.003%). Blue cones are absent, making blue and yellow difficult to distinguish. Blues may appear green, yellows appear pink.
#BCBCBC
Achromatopsia is complete color blindness. The world is seen entirely in shades of grey. Affects ~1 in 30,000 people.
How to use this color
- Copy HEX for CSS and design tools, or RGB/HSL for UI adjustments.
- Use CMYK when preparing print assets (posters, packaging, brochures).
- Check contrast before using it for text or important UI elements.