#cceeaf
a light, vivid green · cool · closest name: khaki
RGB
204, 238, 175
HSL
92°, 65%, 81%
CMYK
14, 0, 27, 7
Luminance
0.7708
Every format
| HEX | #cceeaf |
| RGB | rgb(204, 238, 175) |
| HSL | hsl(92, 65%, 81%) |
| CMYK | cmyk(14%, 0%, 27%, 7%) |
| LAB | lab(90.4 -22.0 26.9) |
| LCH | lch(90.4 34.8 129.2) |
| OKLCH | oklch(0.909 0.090 131.1) |
Copy-ready code
/* CSS */
color: #cceeaf;
background-color: #cceeaf;
/* Tailwind (arbitrary) */
class="text-[#cceeaf] bg-[#cceeaf]"
/* SCSS */
$brand: #cceeaf;
/* SwiftUI */
Color(red: 0.800, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#cceeaf")Accessibility — WCAG contrast
Aa
#cceeaf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cceeaf on black: 16.42:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green93.3%
Blue68.6%
CMYK percentages
Cyan14.3%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#cceeaf text on a black background
contrast 16.42:1
Card sample
#cceeaf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cceeaf;
Background color
Panel with #cceeaf background
background-color: #cceeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cceeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cceeaf; background: linear-gradient(135deg, #cceeaf, #AFEEBC);