#f2cf8e
a light, electric orange · warm · closest name: tan
RGB
242, 207, 142
HSL
39°, 79%, 75%
CMYK
0, 15, 41, 5
Luminance
0.6546
Every format
| HEX | #f2cf8e |
| RGB | rgb(242, 207, 142) |
| HSL | hsl(39, 79%, 75%) |
| CMYK | cmyk(0%, 15%, 41%, 5%) |
| LAB | lab(84.7 3.7 36.8) |
| LCH | lch(84.7 37.0 84.3) |
| OKLCH | oklch(0.870 0.091 82.4) |
Copy-ready code
/* CSS */
color: #f2cf8e;
background-color: #f2cf8e;
/* Tailwind (arbitrary) */
class="text-[#f2cf8e] bg-[#f2cf8e]"
/* SCSS */
$brand: #f2cf8e;
/* SwiftUI */
Color(red: 0.949, green: 0.812, blue: 0.557)
/* Android */
Color.parseColor("#f2cf8e")Accessibility — WCAG contrast
Aa
#f2cf8e on white: 1.49:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cf8e on black: 14.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green81.2%
Blue55.7%
CMYK percentages
Cyan0.0%
Magenta14.5%
Yellow41.3%
Key (black)5.1%
Color previews
#f2cf8e text on a black background
contrast 14.09:1
Card sample
#f2cf8e text on a white background
contrast 1.49:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cf8e;
Background color
Panel with #f2cf8e background
background-color: #f2cf8e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cf8e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 207, 142, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 207, 142, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cf8e; background: linear-gradient(135deg, #f2cf8e, #D2F28E);