#cce993
a light, vivid green · cool · closest name: khaki
RGB
204, 233, 147
HSL
80°, 66%, 75%
CMYK
12, 0, 37, 9
Luminance
0.7322
Every format
| HEX | #cce993 |
| RGB | rgb(204, 233, 147) |
| HSL | hsl(80, 66%, 75%) |
| CMYK | cmyk(12%, 0%, 37%, 9%) |
| LAB | lab(88.5 -23.4 38.7) |
| LCH | lch(88.5 45.2 121.2) |
| OKLCH | oklch(0.893 0.115 123.9) |
Copy-ready code
/* CSS */
color: #cce993;
background-color: #cce993;
/* Tailwind (arbitrary) */
class="text-[#cce993] bg-[#cce993]"
/* SCSS */
$brand: #cce993;
/* SwiftUI */
Color(red: 0.800, green: 0.914, blue: 0.576)
/* Android */
Color.parseColor("#cce993")Accessibility — WCAG contrast
Aa
#cce993 on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cce993 on black: 15.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.0%
Green91.4%
Blue57.6%
CMYK percentages
Cyan12.4%
Magenta0.0%
Yellow36.9%
Key (black)8.6%
Color previews
#cce993 text on a black background
contrast 15.64:1
Card sample
#cce993 text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cce993;
Background color
Panel with #cce993 background
background-color: #cce993;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cce993;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(204, 233, 147, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(204, 233, 147, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cce993; background: linear-gradient(135deg, #cce993, #93E993);