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