#cee430
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 228, 48
HSL
67°, 77%, 54%
CMYK
10, 0, 79, 11
Luminance
0.6882
Every format
| HEX | #cee430 |
| RGB | rgb(206, 228, 48) |
| HSL | hsl(67, 77%, 54%) |
| CMYK | cmyk(10%, 0%, 79%, 11%) |
| LAB | lab(86.4 -28.0 77.5) |
| LCH | lch(86.4 82.4 109.9) |
| OKLCH | oklch(0.873 0.189 116.8) |
Copy-ready code
/* CSS */
color: #cee430;
background-color: #cee430;
/* Tailwind (arbitrary) */
class="text-[#cee430] bg-[#cee430]"
/* SCSS */
$brand: #cee430;
/* SwiftUI */
Color(red: 0.808, green: 0.894, blue: 0.188)
/* Android */
Color.parseColor("#cee430")Accessibility — WCAG contrast
Aa
#cee430 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee430 on black: 14.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.4%
Blue18.8%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow78.9%
Key (black)10.6%
Color previews
#cee430 text on a black background
contrast 14.76:1
Card sample
#cee430 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee430;
Background color
Panel with #cee430 background
background-color: #cee430;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee430;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 228, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 228, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee430; background: linear-gradient(135deg, #cee430, #56E430);