#f6cfad
a light, electric orange · warm · closest name: tan
RGB
246, 207, 173
HSL
28°, 80%, 82%
CMYK
0, 16, 30, 4
Luminance
0.6724
Every format
| HEX | #f6cfad |
| RGB | rgb(246, 207, 173) |
| HSL | hsl(28, 80%, 82%) |
| CMYK | cmyk(0%, 16%, 30%, 4%) |
| LAB | lab(85.6 8.9 22.0) |
| LCH | lch(85.6 23.7 68.1) |
| OKLCH | oklch(0.879 0.063 62.9) |
Copy-ready code
/* CSS */
color: #f6cfad;
background-color: #f6cfad;
/* Tailwind (arbitrary) */
class="text-[#f6cfad] bg-[#f6cfad]"
/* SCSS */
$brand: #f6cfad;
/* SwiftUI */
Color(red: 0.965, green: 0.812, blue: 0.678)
/* Android */
Color.parseColor("#f6cfad")Accessibility — WCAG contrast
Aa
#f6cfad on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6cfad on black: 14.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green81.2%
Blue67.8%
CMYK percentages
Cyan0.0%
Magenta15.9%
Yellow29.7%
Key (black)3.5%
Color previews
#f6cfad text on a black background
contrast 14.45:1
Card sample
#f6cfad text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6cfad;
Background color
Panel with #f6cfad background
background-color: #f6cfad;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6cfad;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 207, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 207, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6cfad; background: linear-gradient(135deg, #f6cfad, #ECF6AD);