#f2ce86
a light, electric yellow · warm · closest name: khaki
RGB
242, 206, 134
HSL
40°, 81%, 74%
CMYK
0, 15, 45, 5
Luminance
0.6474
Every format
| HEX | #f2ce86 |
| RGB | rgb(242, 206, 134) |
| HSL | hsl(40, 81%, 74%) |
| CMYK | cmyk(0%, 15%, 45%, 5%) |
| LAB | lab(84.3 3.4 40.4) |
| LCH | lch(84.3 40.6 85.2) |
| OKLCH | oklch(0.866 0.099 83.9) |
Copy-ready code
/* CSS */
color: #f2ce86;
background-color: #f2ce86;
/* Tailwind (arbitrary) */
class="text-[#f2ce86] bg-[#f2ce86]"
/* SCSS */
$brand: #f2ce86;
/* SwiftUI */
Color(red: 0.949, green: 0.808, blue: 0.525)
/* Android */
Color.parseColor("#f2ce86")Accessibility — WCAG contrast
Aa
#f2ce86 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2ce86 on black: 13.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.8%
Blue52.5%
CMYK percentages
Cyan0.0%
Magenta14.9%
Yellow44.6%
Key (black)5.1%
Color previews
#f2ce86 text on a black background
contrast 13.95:1
Card sample
#f2ce86 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2ce86;
Background color
Panel with #f2ce86 background
background-color: #f2ce86;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2ce86;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 206, 134, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 206, 134, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2ce86; background: linear-gradient(135deg, #f2ce86, #CEF286);