#f8cdad
a light, electric orange · warm · closest name: tan
RGB
248, 205, 173
HSL
26°, 84%, 83%
CMYK
0, 17, 30, 3
Luminance
0.6664
Every format
| HEX | #f8cdad |
| RGB | rgb(248, 205, 173) |
| HSL | hsl(26, 84%, 83%) |
| CMYK | cmyk(0%, 17%, 30%, 3%) |
| LAB | lab(85.3 10.7 21.6) |
| LCH | lch(85.3 24.1 63.8) |
| OKLCH | oklch(0.877 0.065 58.4) |
Copy-ready code
/* CSS */
color: #f8cdad;
background-color: #f8cdad;
/* Tailwind (arbitrary) */
class="text-[#f8cdad] bg-[#f8cdad]"
/* SCSS */
$brand: #f8cdad;
/* SwiftUI */
Color(red: 0.973, green: 0.804, blue: 0.678)
/* Android */
Color.parseColor("#f8cdad")Accessibility — WCAG contrast
Aa
#f8cdad on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f8cdad on black: 14.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red97.3%
Green80.4%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta17.3%
Yellow30.2%
Key (black)2.7%
Color previews
#f8cdad text on a black background
contrast 14.33:1
Card sample
#f8cdad text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f8cdad;
Background color
Panel with #f8cdad background
background-color: #f8cdad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f8cdad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(248, 205, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(248, 205, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f8cdad; background: linear-gradient(135deg, #f8cdad, #F1F8AD);