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