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