#f9cdad
a light, electric orange · warm · closest name: tan
RGB
249, 205, 173
HSL
25°, 86%, 83%
CMYK
0, 18, 31, 2
Luminance
0.6682
Every format
| HEX | #f9cdad |
| RGB | rgb(249, 205, 173) |
| HSL | hsl(25, 86%, 83%) |
| CMYK | cmyk(0%, 18%, 31%, 2%) |
| LAB | lab(85.4 11.0 21.8) |
| LCH | lch(85.4 24.4 63.1) |
| OKLCH | oklch(0.878 0.066 57.8) |
Copy-ready code
/* CSS */
color: #f9cdad;
background-color: #f9cdad;
/* Tailwind (arbitrary) */
class="text-[#f9cdad] bg-[#f9cdad]"
/* SCSS */
$brand: #f9cdad;
/* SwiftUI */
Color(red: 0.976, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#f9cdad")Accessibility — WCAG contrast
Aa
#f9cdad on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f9cdad on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.6%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta17.7%
Yellow30.5%
Key (black)2.4%
Color previews
#f9cdad text on a black background
contrast 14.36:1
Card sample
#f9cdad text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f9cdad;
Background color
Panel with #f9cdad background
background-color: #f9cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f9cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(249, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(249, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f9cdad; background: linear-gradient(135deg, #f9cdad, #F2F9AD);