#cfec3a
a balanced, electric yellow · cool · closest name: yellow
RGB
207, 236, 58
HSL
70°, 82%, 58%
CMYK
12, 0, 75, 8
Luminance
0.7356
Every format
| HEX | #cfec3a |
| RGB | rgb(207, 236, 58) |
| HSL | hsl(70, 82%, 58%) |
| CMYK | cmyk(12%, 0%, 75%, 8%) |
| LAB | lab(88.7 -31.0 76.7) |
| LCH | lch(88.7 82.8 112.0) |
| OKLCH | oklch(0.892 0.193 118.8) |
Copy-ready code
/* CSS */
color: #cfec3a;
background-color: #cfec3a;
/* Tailwind (arbitrary) */
class="text-[#cfec3a] bg-[#cfec3a]"
/* SCSS */
$brand: #cfec3a;
/* SwiftUI */
Color(red: 0.812, green: 0.925, blue: 0.227)
/* Android */
Color.parseColor("#cfec3a")Accessibility — WCAG contrast
Aa
#cfec3a on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfec3a on black: 15.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green92.5%
Blue22.7%
CMYK percentages
Cyan12.3%
Magenta0.0%
Yellow75.4%
Key (black)7.5%
Color previews
#cfec3a text on a black background
contrast 15.71:1
Card sample
#cfec3a text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfec3a;
Background color
Panel with #cfec3a background
background-color: #cfec3a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfec3a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 236, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 236, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfec3a; background: linear-gradient(135deg, #cfec3a, #58EC3A);