#cee621
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 230, 33
HSL
67°, 80%, 52%
CMYK
10, 0, 86, 10
Luminance
0.6983
Every format
| HEX | #cee621 |
| RGB | rgb(206, 230, 33) |
| HSL | hsl(67, 80%, 52%) |
| CMYK | cmyk(10%, 0%, 86%, 10%) |
| LAB | lab(86.9 -29.4 81.4) |
| LCH | lch(86.9 86.5 109.9) |
| OKLCH | oklch(0.877 0.197 117.2) |
Copy-ready code
/* CSS */
color: #cee621;
background-color: #cee621;
/* Tailwind (arbitrary) */
class="text-[#cee621] bg-[#cee621]"
/* SCSS */
$brand: #cee621;
/* SwiftUI */
Color(red: 0.808, green: 0.902, blue: 0.129)
/* Android */
Color.parseColor("#cee621")Accessibility — WCAG contrast
Aa
#cee621 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee621 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green90.2%
Blue12.9%
CMYK percentages
Cyan10.4%
Magenta0.0%
Yellow85.7%
Key (black)9.8%
Color previews
#cee621 text on a black background
contrast 14.97:1
Card sample
#cee621 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee621;
Background color
Panel with #cee621 background
background-color: #cee621;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee621;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 230, 33, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 230, 33, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee621; background: linear-gradient(135deg, #cee621, #4BE621);