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