#ceee49
a balanced, electric green · cool · closest name: yellow
RGB
206, 238, 73
HSL
72°, 83%, 61%
CMYK
13, 0, 69, 7
Luminance
0.7475
Every format
| HEX | #ceee49 |
| RGB | rgb(206, 238, 73) |
| HSL | hsl(72, 83%, 61%) |
| CMYK | cmyk(13%, 0%, 69%, 7%) |
| LAB | lab(89.3 -31.6 72.3) |
| LCH | lch(89.3 78.9 113.6) |
| OKLCH | oklch(0.897 0.187 119.9) |
Copy-ready code
/* CSS */
color: #ceee49;
background-color: #ceee49;
/* Tailwind (arbitrary) */
class="text-[#ceee49] bg-[#ceee49]"
/* SCSS */
$brand: #ceee49;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.286)
/* Android */
Color.parseColor("#ceee49")Accessibility — WCAG contrast
Aa
#ceee49 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceee49 on black: 15.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue28.6%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow69.3%
Key (black)6.7%
Color previews
#ceee49 text on a black background
contrast 15.95:1
Card sample
#ceee49 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceee49;
Background color
Panel with #ceee49 background
background-color: #ceee49;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceee49;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 73, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 73, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceee49; background: linear-gradient(135deg, #ceee49, #60EE49);