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