#f2ccaa
a light, vivid orange · warm · closest name: tan
RGB
242, 204, 170
HSL
28°, 74%, 81%
CMYK
0, 16, 30, 5
Luminance
0.6497
Every format
| HEX | #f2ccaa |
| RGB | rgb(242, 204, 170) |
| HSL | hsl(28, 74%, 81%) |
| CMYK | cmyk(0%, 16%, 30%, 5%) |
| LAB | lab(84.5 8.5 21.9) |
| LCH | lch(84.5 23.6 68.8) |
| OKLCH | oklch(0.869 0.062 63.7) |
Copy-ready code
/* CSS */
color: #f2ccaa;
background-color: #f2ccaa;
/* Tailwind (arbitrary) */
class="text-[#f2ccaa] bg-[#f2ccaa]"
/* SCSS */
$brand: #f2ccaa;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.667)
/* Android */
Color.parseColor("#f2ccaa")Accessibility — WCAG contrast
Aa
#f2ccaa on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ccaa on black: 13.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue66.7%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow29.8%
Key (black)5.1%
Color previews
#f2ccaa text on a black background
contrast 13.99:1
Card sample
#f2ccaa text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ccaa;
Background color
Panel with #f2ccaa background
background-color: #f2ccaa;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ccaa;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 170, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 170, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ccaa; background: linear-gradient(135deg, #f2ccaa, #E8F2AA);