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