#f9cdb2
a light, electric orange · warm · closest name: tan
RGB
249, 205, 178
HSL
23°, 86%, 84%
CMYK
0, 18, 29, 2
Luminance
0.6702
Every format
| HEX | #f9cdb2 |
| RGB | rgb(249, 205, 178) |
| HSL | hsl(23, 86%, 84%) |
| CMYK | cmyk(0%, 18%, 29%, 2%) |
| LAB | lab(85.5 11.7 19.3) |
| LCH | lch(85.5 22.5 58.8) |
| OKLCH | oklch(0.879 0.062 53.2) |
Copy-ready code
/* CSS */
color: #f9cdb2;
background-color: #f9cdb2;
/* Tailwind (arbitrary) */
class="text-[#f9cdb2] bg-[#f9cdb2]"
/* SCSS */
$brand: #f9cdb2;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.698)
/* Android */
Color.parseColor("#f9cdb2")Accessibility — WCAG contrast
Aa
#f9cdb2 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cdb2 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow28.5%
Key (black)2.4%
Color previews
#f9cdb2 text on a black background
contrast 14.40:1
Card sample
#f9cdb2 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cdb2;
Background color
Panel with #f9cdb2 background
background-color: #f9cdb2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cdb2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cdb2; background: linear-gradient(135deg, #f9cdb2, #F6F9B2);