#cee034
a balanced, vivid yellow · cool · closest name: yellow
RGB
206, 224, 52
HSL
66°, 74%, 54%
CMYK
8, 0, 77, 12
Luminance
0.6668
Every format
| HEX | #cee034 |
| RGB | rgb(206, 224, 52) |
| HSL | hsl(66, 74%, 54%) |
| CMYK | cmyk(8%, 0%, 77%, 12%) |
| LAB | lab(85.3 -26.0 75.4) |
| LCH | lch(85.3 79.7 109.0) |
| OKLCH | oklch(0.865 0.183 115.7) |
Copy-ready code
/* CSS */
color: #cee034;
background-color: #cee034;
/* Tailwind (arbitrary) */
class="text-[#cee034] bg-[#cee034]"
/* SCSS */
$brand: #cee034;
/* SwiftUI */
Color(red: 0.808, green: 0.878, blue: 0.204)
/* Android */
Color.parseColor("#cee034")Accessibility — WCAG contrast
Aa
#cee034 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee034 on black: 14.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green87.8%
Blue20.4%
CMYK percentages
Cyan8.0%
Magenta0.0%
Yellow76.8%
Key (black)12.2%
Color previews
#cee034 text on a black background
contrast 14.34:1
Card sample
#cee034 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee034;
Background color
Panel with #cee034 background
background-color: #cee034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 224, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 224, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee034; background: linear-gradient(135deg, #cee034, #5BE034);