#f6d8a2
a light, electric orange · warm · closest name: tan
RGB
246, 216, 162
HSL
39°, 82%, 80%
CMYK
0, 12, 34, 4
Luminance
0.7131
Every format
| HEX | #f6d8a2 |
| RGB | rgb(246, 216, 162) |
| HSL | hsl(39, 82%, 80%) |
| CMYK | cmyk(0%, 12%, 34%, 4%) |
| LAB | lab(87.6 2.8 30.5) |
| LCH | lch(87.6 30.6 84.7) |
| OKLCH | oklch(0.895 0.077 82.0) |
Copy-ready code
/* CSS */
color: #f6d8a2;
background-color: #f6d8a2;
/* Tailwind (arbitrary) */
class="text-[#f6d8a2] bg-[#f6d8a2]"
/* SCSS */
$brand: #f6d8a2;
/* SwiftUI */
Color(red: 0.965, green: 0.847, blue: 0.635)
/* Android */
Color.parseColor("#f6d8a2")Accessibility — WCAG contrast
Aa
#f6d8a2 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6d8a2 on black: 15.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green84.7%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta12.2%
Yellow34.1%
Key (black)3.5%
Color previews
#f6d8a2 text on a black background
contrast 15.26:1
Card sample
#f6d8a2 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6d8a2;
Background color
Panel with #f6d8a2 background
background-color: #f6d8a2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6d8a2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 216, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 216, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6d8a2; background: linear-gradient(135deg, #f6d8a2, #DCF6A2);