#c8ebc9
a pale, vivid green · cool · closest name: beige
RGB
200, 235, 201
HSL
122°, 47%, 85%
CMYK
15, 0, 15, 8
Luminance
0.7591
Every format
| HEX | #c8ebc9 |
| RGB | rgb(200, 235, 201) |
| HSL | hsl(122, 47%, 85%) |
| CMYK | cmyk(15%, 0%, 15%, 8%) |
| LAB | lab(89.8 -17.7 12.7) |
| LCH | lch(89.8 21.8 144.3) |
| OKLCH | oklch(0.906 0.059 145.8) |
Copy-ready code
/* CSS */
color: #c8ebc9;
background-color: #c8ebc9;
/* Tailwind (arbitrary) */
class="text-[#c8ebc9] bg-[#c8ebc9]"
/* SCSS */
$brand: #c8ebc9;
/* SwiftUI */
Color(red: 0.784, green: 0.922, blue: 0.788)
/* Android */
Color.parseColor("#c8ebc9")Accessibility — WCAG contrast
Aa
#c8ebc9 on white: 1.30:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ebc9 on black: 16.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.2%
Blue78.8%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow14.5%
Key (black)7.8%
Color previews
#c8ebc9 text on a black background
contrast 16.18:1
Card sample
#c8ebc9 text on a white background
contrast 1.30:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ebc9;
Background color
Panel with #c8ebc9 background
background-color: #c8ebc9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ebc9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 235, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 235, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ebc9; background: linear-gradient(135deg, #c8ebc9, #C8EBE0);