#f6ccaa
a light, electric orange · warm · closest name: tan
RGB
246, 204, 170
HSL
27°, 81%, 82%
CMYK
0, 17, 31, 4
Luminance
0.6568
Every format
| HEX | #f6ccaa |
| RGB | rgb(246, 204, 170) |
| HSL | hsl(27, 81%, 82%) |
| CMYK | cmyk(0%, 17%, 31%, 4%) |
| LAB | lab(84.8 10.0 22.5) |
| LCH | lch(84.8 24.6 66.0) |
| OKLCH | oklch(0.873 0.066 60.8) |
Copy-ready code
/* CSS */
color: #f6ccaa;
background-color: #f6ccaa;
/* Tailwind (arbitrary) */
class="text-[#f6ccaa] bg-[#f6ccaa]"
/* SCSS */
$brand: #f6ccaa;
/* SwiftUI */
Color(red: 0.965, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#f6ccaa")Accessibility — WCAG contrast
Aa
#f6ccaa on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f6ccaa on black: 14.14:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red96.5%
Green80.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta17.1%
Yellow30.9%
Key (black)3.5%
Color previews
#f6ccaa text on a black background
contrast 14.14:1
Card sample
#f6ccaa text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f6ccaa;
Background color
Panel with #f6ccaa background
background-color: #f6ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f6ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(246, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(246, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f6ccaa; background: linear-gradient(135deg, #f6ccaa, #EDF6AA);