#cfe032
a balanced, vivid yellow · cool · closest name: yellow
RGB
207, 224, 50
HSL
66°, 74%, 54%
CMYK
8, 0, 78, 12
Luminance
0.6681
Every format
| HEX | #cfe032 |
| RGB | rgb(207, 224, 50) |
| HSL | hsl(66, 74%, 54%) |
| CMYK | cmyk(8%, 0%, 78%, 12%) |
| LAB | lab(85.4 -25.6 76.0) |
| LCH | lch(85.4 80.3 108.6) |
| OKLCH | oklch(0.865 0.184 115.4) |
Copy-ready code
/* CSS */
color: #cfe032;
background-color: #cfe032;
/* Tailwind (arbitrary) */
class="text-[#cfe032] bg-[#cfe032]"
/* SCSS */
$brand: #cfe032;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.196)
/* Android */
Color.parseColor("#cfe032")Accessibility — WCAG contrast
Aa
#cfe032 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe032 on black: 14.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue19.6%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow77.7%
Key (black)12.2%
Color previews
#cfe032 text on a black background
contrast 14.36:1
Card sample
#cfe032 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe032;
Background color
Panel with #cfe032 background
background-color: #cfe032;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe032;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe032; background: linear-gradient(135deg, #cfe032, #5BE032);