#f2cc6c
a light, electric yellow · warm · closest name: khaki
RGB
242, 204, 108
HSL
43°, 84%, 69%
CMYK
0, 16, 55, 5
Luminance
0.6315
Every format
| HEX | #f2cc6c |
| RGB | rgb(242, 204, 108) |
| HSL | hsl(43, 84%, 69%) |
| CMYK | cmyk(0%, 16%, 55%, 5%) |
| LAB | lab(83.5 2.1 52.2) |
| LCH | lch(83.5 52.2 87.7) |
| OKLCH | oklch(0.859 0.123 88.1) |
Copy-ready code
/* CSS */
color: #f2cc6c;
background-color: #f2cc6c;
/* Tailwind (arbitrary) */
class="text-[#f2cc6c] bg-[#f2cc6c]"
/* SCSS */
$brand: #f2cc6c;
/* SwiftUI */
Color(red: 0.949, green: 0.800, blue: 0.424)
/* Android */
Color.parseColor("#f2cc6c")Accessibility — WCAG contrast
Aa
#f2cc6c on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2cc6c on black: 13.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green80.0%
Blue42.4%
CMYK percentages
Cyan0.0%
Magenta15.7%
Yellow55.4%
Key (black)5.1%
Color previews
#f2cc6c text on a black background
contrast 13.63:1
Card sample
#f2cc6c text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2cc6c;
Background color
Panel with #f2cc6c background
background-color: #f2cc6c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2cc6c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 204, 108, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 204, 108, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2cc6c; background: linear-gradient(135deg, #f2cc6c, #BFF26C);