#f2cca2
a light, electric orange · warm · closest name: tan
RGB
242, 204, 162
HSL
32°, 76%, 79%
CMYK
0, 16, 33, 5
Luminance
0.6467
Every format
| HEX | #f2cca2 |
| RGB | rgb(242, 204, 162) |
| HSL | hsl(32, 76%, 79%) |
| CMYK | cmyk(0%, 16%, 33%, 5%) |
| LAB | lab(84.3 7.5 25.9) |
| LCH | lch(84.3 27.0 73.8) |
| OKLCH | oklch(0.868 0.070 69.5) |
Copy-ready code
/* CSS */
color: #f2cca2;
background-color: #f2cca2;
/* Tailwind (arbitrary) */
class="text-[#f2cca2] bg-[#f2cca2]"
/* SCSS */
$brand: #f2cca2;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.635)
/* Android */
Color.parseColor("#f2cca2")Accessibility — WCAG contrast
Aa
#f2cca2 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cca2 on black: 13.93:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow33.1%
Key (black)5.1%
Color previews
#f2cca2 text on a black background
contrast 13.93:1
Card sample
#f2cca2 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cca2;
Background color
Panel with #f2cca2 background
background-color: #f2cca2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cca2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cca2; background: linear-gradient(135deg, #f2cca2, #E3F2A2);