#face99
a light, electric orange · warm · closest name: tan
RGB
250, 206, 153
HSL
33°, 91%, 79%
CMYK
0, 18, 39, 2
Luminance
0.6677
Every format
| HEX | #face99 |
| RGB | rgb(250, 206, 153) |
| HSL | hsl(33, 91%, 79%) |
| CMYK | cmyk(0%, 18%, 39%, 2%) |
| LAB | lab(85.4 8.5 32.2) |
| LCH | lch(85.4 33.3 75.2) |
| OKLCH | oklch(0.877 0.085 71.6) |
Copy-ready code
/* CSS */
color: #face99;
background-color: #face99;
/* Tailwind (arbitrary) */
class="text-[#face99] bg-[#face99]"
/* SCSS */
$brand: #face99;
/* SwiftUI */
Color(red: 0.980, green: 0.808, blue: 0.600)
/* Android */
Color.parseColor("#face99")Accessibility — WCAG contrast
Aa
#face99 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#face99 on black: 14.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green80.8%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta17.6%
Yellow38.8%
Key (black)2.0%
Color previews
#face99 text on a black background
contrast 14.35:1
Card sample
#face99 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #face99;
Background color
Panel with #face99 background
background-color: #face99;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #face99;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 206, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 206, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #face99; background: linear-gradient(135deg, #face99, #E5FA99);