#c1eeaf
a light, vivid green · cool · closest name: khaki
RGB
193, 238, 175
HSL
103°, 65%, 81%
CMYK
19, 0, 27, 7
Luminance
0.7558
Every format
| HEX | #c1eeaf |
| RGB | rgb(193, 238, 175) |
| HSL | hsl(103, 65%, 81%) |
| CMYK | cmyk(19%, 0%, 27%, 7%) |
| LAB | lab(89.7 -25.8 25.9) |
| LCH | lch(89.7 36.6 134.9) |
| OKLCH | oklch(0.902 0.096 136.9) |
Copy-ready code
/* CSS */
color: #c1eeaf;
background-color: #c1eeaf;
/* Tailwind (arbitrary) */
class="text-[#c1eeaf] bg-[#c1eeaf]"
/* SCSS */
$brand: #c1eeaf;
/* SwiftUI */
Color(red: 0.757, green: 0.933, blue: 0.686)
/* Android */
Color.parseColor("#c1eeaf")Accessibility — WCAG contrast
Aa
#c1eeaf on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c1eeaf on black: 16.12:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red75.7%
Green93.3%
Blue68.6%
CMYK percentages
Cyan18.9%
Magenta0.0%
Yellow26.5%
Key (black)6.7%
Color previews
#c1eeaf text on a black background
contrast 16.12:1
Card sample
#c1eeaf text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c1eeaf;
Background color
Panel with #c1eeaf background
background-color: #c1eeaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c1eeaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(193, 238, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(193, 238, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c1eeaf; background: linear-gradient(135deg, #c1eeaf, #AFEEC7);