#cfea2c
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 234, 44
HSL
69°, 82%, 55%
CMYK
12, 0, 81, 8
Luminance
0.7229
Every format
| HEX | #cfea2c |
| RGB | rgb(207, 234, 44) |
| HSL | hsl(69, 82%, 55%) |
| CMYK | cmyk(12%, 0%, 81%, 8%) |
| LAB | lab(88.1 -30.6 80.0) |
| LCH | lch(88.1 85.6 110.9) |
| OKLCH | oklch(0.887 0.197 118.1) |
Copy-ready code
/* CSS */
color: #cfea2c;
background-color: #cfea2c;
/* Tailwind (arbitrary) */
class="text-[#cfea2c] bg-[#cfea2c]"
/* SCSS */
$brand: #cfea2c;
/* SwiftUI */
Color(red: 0.812, green: 0.918, blue: 0.173)
/* Android */
Color.parseColor("#cfea2c")Accessibility — WCAG contrast
Aa
#cfea2c on white: 1.36:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfea2c on black: 15.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green91.8%
Blue17.3%
CMYK percentages
Cyan11.5%
Magenta0.0%
Yellow81.2%
Key (black)8.2%
Color previews
#cfea2c text on a black background
contrast 15.46:1
Card sample
#cfea2c text on a white background
contrast 1.36:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfea2c;
Background color
Panel with #cfea2c background
background-color: #cfea2c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfea2c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 234, 44, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 234, 44, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfea2c; background: linear-gradient(135deg, #cfea2c, #50EA2C);