#cee477
a light, vivid green · cool · closest name: khaki
RGB
206, 228, 119
HSL
72°, 67%, 68%
CMYK
10, 0, 48, 11
Luminance
0.6994
Every format
| HEX | #cee477 |
| RGB | rgb(206, 228, 119) |
| HSL | hsl(72, 67%, 68%) |
| CMYK | cmyk(10%, 0%, 48%, 11%) |
| LAB | lab(87.0 -23.4 50.4) |
| LCH | lch(87.0 55.5 114.9) |
| OKLCH | oklch(0.879 0.137 118.7) |
Copy-ready code
/* CSS */
color: #cee477;
background-color: #cee477;
/* Tailwind (arbitrary) */
class="text-[#cee477] bg-[#cee477]"
/* SCSS */
$brand: #cee477;
/* SwiftUI */
Color(red: 0.808, green: 0.894, blue: 0.467)
/* Android */
Color.parseColor("#cee477")Accessibility — WCAG contrast
Aa
#cee477 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cee477 on black: 14.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green89.4%
Blue46.7%
CMYK percentages
Cyan9.6%
Magenta0.0%
Yellow47.8%
Key (black)10.6%
Color previews
#cee477 text on a black background
contrast 14.99:1
Card sample
#cee477 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cee477;
Background color
Panel with #cee477 background
background-color: #cee477;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cee477;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 228, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 228, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cee477; background: linear-gradient(135deg, #cee477, #85E477);