#cae310
a balanced, electric yellow · cool · closest name: yellow
RGB
202, 227, 16
HSL
67°, 87%, 48%
CMYK
11, 0, 93, 11
Luminance
0.6753
Every format
| HEX | #cae310 |
| RGB | rgb(202, 227, 16) |
| HSL | hsl(67, 87%, 48%) |
| CMYK | cmyk(11%, 0%, 93%, 11%) |
| LAB | lab(85.8 -29.9 82.9) |
| LCH | lch(85.8 88.2 109.9) |
| OKLCH | oklch(0.867 0.199 117.5) |
Copy-ready code
/* CSS */
color: #cae310;
background-color: #cae310;
/* Tailwind (arbitrary) */
class="text-[#cae310] bg-[#cae310]"
/* SCSS */
$brand: #cae310;
/* SwiftUI */
Color(red: 0.792, green: 0.890, blue: 0.063)
/* Android */
Color.parseColor("#cae310")Accessibility — WCAG contrast
Aa
#cae310 on white: 1.45:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cae310 on black: 14.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.2%
Green89.0%
Blue6.3%
CMYK percentages
Cyan11.0%
Magenta0.0%
Yellow93.0%
Key (black)11.0%
Color previews
#cae310 text on a black background
contrast 14.51:1
Card sample
#cae310 text on a white background
contrast 1.45:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cae310;
Background color
Panel with #cae310 background
background-color: #cae310;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cae310;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(202, 227, 16, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(202, 227, 16, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cae310; background: linear-gradient(135deg, #cae310, #3DE310);