#facf91
a light, electric orange · warm · closest name: Navajo White
At a glance
Every number on this page in one read: what #facf91 is made of, how bright it looks, and which way it leans.
Reads warm. Warm and cool siblings keep the same lightness, so you can swap one in without redoing your contrast maths.
Every format
| HEX | #facf91 |
| RGB | rgb(250, 207, 145) |
| HSL | hsl(35, 91%, 78%) |
| CMYK | cmyk(0%, 17%, 42%, 2%) |
| LAB | lab(85.5 7.2 36.5) |
| LCH | lch(85.5 37.1 78.9) |
| OKLCH | oklch(0.878 0.092 76.2) |
| Decimal | 16437137 |
| Display P3 | color(display-p3 0.980 0.812 0.569) |
Copy-ready code
/* CSS */
color: #facf91;
background-color: #facf91;
/* Tailwind (arbitrary) */
class="text-[#facf91] bg-[#facf91]"
/* SCSS */
$brand: #facf91;
/* SwiftUI */
Color(red: 0.980, green: 0.812, blue: 0.569)
/* Android */
Color.parseColor("#facf91")
/* Flutter */
Color(0xFFFACF91)
/* Python / OpenCV (BGR) */
(145, 207, 250)Best text color
Only one of black and white can be right. This is the one, with the number that proves it.
Accessibility — WCAG contrast
Color scale — 50 to 950
A Tailwind-shaped ramp built around this exact hex. #facf91 is pinned to step 300; the rest hold its hue and let saturation ease off at the extremes so the pale end never turns neon.
:root {
--brand-50: #FDF8F2;
--brand-100: #FBF2E4;
--brand-200: #F9E3C3;
--brand-300: #facf91;
--brand-400: #F8B95E;
--brand-500: #F5A128;
--brand-600: #EA8F0B;
--brand-700: #C37709;
--brand-800: #9C5F07;
--brand-900: #71460A;
--brand-950: #462C06;
--brand: #facf91;
--brand-ink: #000000;
}Colors that work with #facf91
Not a palette — a role sheet. Each swatch answers one question you will hit while building the component.
Surface, border, heading and body all derive from this one hue, so the screen stays coherent without a second palette.
Lightness flips, hue holds. The accent stays the anchor in both themes.
How to use #facf91
Derived from its contrast, chroma and lightness — not from taste.
- ✓Text and icons on dark surfaces
- ✓Primary buttons and calls to action
- ✓Focus rings, active and selected states
- ✓Card and section backgrounds
- ✓Brand accents, badges and data highlights
- ⚠Text of any size on white — fails WCAG AA
- ⚠Full-page backgrounds — tiring over long sessions
- ⚠White text placed on it
- ⚠Pairing with a same-lightness hue — edges vibrate
Similar colors
One move away from this hex in each direction. Every swatch is its own page.
Color relationships
The wheel positions with their names attached, so you can grab the one you actually need.
| Complementary | #91BCFA | Directly opposite — maximum tension | |
| Analogous left | #FA9B91 | Neighbour, quieter | |
| Analogous right | #F1FA91 | Neighbour, quieter | |
| Split-complement 1 | #91F1FA | Contrast without the clash | |
| Split-complement 2 | #9B91FA | Contrast without the clash | |
| Triadic 1 | #91FACF | Even thirds — balanced and loud | |
| Triadic 2 | #CF91FA | Even thirds — balanced and loud | |
| Tetradic | #91FA9B | Fourth corner of the square scheme |
RGB percentages
CMYK percentages
Color previews
#facf91 text on a black background
contrast 14.40:1
#facf91 text on a white background
contrast 1.46:1
CSS3 live lab
The quick brown fox
color: #facf91;
background-color: #facf91;
Glowing headline
text-shadow: 2px 2px 8px #facf91;
Soft neon halo
text-shadow: 0 0 14px rgba(250, 207, 145, 0.45);
box-shadow: 0 12px 32px -8px rgba(250, 207, 145, 0.45);
border: 3px solid #facf91; background: linear-gradient(135deg, #facf91, #DFFA91);
Monochromatic scale
Palettes built from #facf91
Shades — darker
Tints — lighter
Color harmonies
Nearest named colors
Ranked with CIEDE2000 across all 139 CSS keywords. Under ΔE 2 the eye stops telling them apart; over ΔE 10 they are plainly different colors.
Closest color with a full write-up: Peach (#ffe5b4) — ΔE2000 6.6 away, with its history, psychology and brand usage.
#facf91 in the real world
Where a color in this family tends to land, and the interface roles it is usually asked to play.
Sits outside most CMYK gamuts — expect a duller press result, or specify a spot ink.
#facf91, answered
What color is #facf91?
#facf91 is a light electric orange, closest to Navajo White (ΔE2000 4.6). It sits at 35° on the hue wheel with 91% saturation and 78% lightness, which reads as warm.
What is the RGB value of #facf91?
rgb(250, 207, 145) — 250 red, 207 green and 145 blue out of 255, or 98% / 81.2% / 56.9% by channel.
Is #facf91 a light or a dark color?
It is a light color. Relative luminance is 0.6699 and perceived brightness is 84%, so black text on it reaches 14.40:1.
Should I use black or white text on #facf91?
Black. It scores 14.40:1 against #facf91, versus 1.46:1 for white — AAA at any size.
What is the complementary color of #facf91?
#91BCFA sits directly opposite on the wheel. Softer options are the split-complements #91F1FA and #9B91FA, which give the same contrast with far less vibration.
What colors go well with #facf91?
For interface work: #FAF8F4 as the surface, #EDDAC0 for borders, #9B7A4B for secondary text, #0585C7 as an accent and #7A4A06 for hover and pressed states. For a palette, the analogous pair #FA9B91 and #F1FA91 stays calm, while #91BCFA is the loudest partner.
What is #facf91 in CMYK for printing?
cmyk(0%, 17%, 42%, 2%). This is a screen-to-ink approximation — a color this saturated sits outside most CMYK gamuts and will print duller than it looks here.
Is #facf91 warm or cool?
Warm — it scores 4 on a scale where 0 is the warmest orange and 100 the coolest azure. Nudged warmer it becomes #FAC391; nudged cooler, #FBF790.