#cee113
a balanced, electric yellow · cool · closest name: yellow
RGB
206, 225, 19
HSL
66°, 84%, 48%
CMYK
8, 0, 92, 12
Luminance
0.6702
Every format
| HEX | #cee113 |
| RGB | rgb(206, 225, 19) |
| HSL | hsl(66, 84%, 48%) |
| CMYK | cmyk(8%, 0%, 92%, 12%) |
| LAB | lab(85.5 -27.3 82.5) |
| LCH | lch(85.5 86.9 108.3) |
| OKLCH | oklch(0.866 0.195 115.8) |
Copy-ready code
/* CSS */
color: #cee113;
background-color: #cee113;
/* Tailwind (arbitrary) */
class="text-[#cee113] bg-[#cee113]"
/* SCSS */
$brand: #cee113;
/* SwiftUI */
Color(red: 0.808, green: 0.882, blue: 0.075)
/* Android */
Color.parseColor("#cee113")Accessibility — WCAG contrast
Aa
#cee113 on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee113 on black: 14.40:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green88.2%
Blue7.5%
CMYK percentages
Cyan8.4%
Magenta0.0%
Yellow91.6%
Key (black)11.8%
Color previews
#cee113 text on a black background
contrast 14.40:1
Card sample
#cee113 text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee113;
Background color
Panel with #cee113 background
background-color: #cee113;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee113;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 225, 19, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 225, 19, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee113; background: linear-gradient(135deg, #cee113, #45E113);