#ceeead
a light, vivid green · cool · closest name: khaki
RGB
206, 238, 173
HSL
90°, 66%, 81%
CMYK
13, 0, 27, 7
Luminance
0.7729
Every format
| HEX | #ceeead |
| RGB | rgb(206, 238, 173) |
| HSL | hsl(90, 66%, 81%) |
| CMYK | cmyk(13%, 0%, 27%, 7%) |
| LAB | lab(90.5 -21.6 28.1) |
| LCH | lch(90.5 35.5 127.5) |
| OKLCH | oklch(0.910 0.092 129.4) |
Copy-ready code
/* CSS */
color: #ceeead;
background-color: #ceeead;
/* Tailwind (arbitrary) */
class="text-[#ceeead] bg-[#ceeead]"
/* SCSS */
$brand: #ceeead;
/* SwiftUI */
Color(red: 0.808, green: 0.933, blue: 0.678)
/* Android */
Color.parseColor("#ceeead")Accessibility — WCAG contrast
Aa
#ceeead on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceeead on black: 16.46:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green93.3%
Blue67.8%
CMYK percentages
Cyan13.4%
Magenta0.0%
Yellow27.3%
Key (black)6.7%
Color previews
#ceeead text on a black background
contrast 16.46:1
Card sample
#ceeead text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceeead;
Background color
Panel with #ceeead background
background-color: #ceeead;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceeead;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 238, 173, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 238, 173, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceeead; background: linear-gradient(135deg, #ceeead, #ADEEB7);