#c8ebdc
a pale, vivid green · cool · closest name: beige
RGB
200, 235, 220
HSL
154°, 47%, 85%
CMYK
15, 0, 6, 8
Luminance
0.7686
Every format
| HEX | #c8ebdc |
| RGB | rgb(200, 235, 220) |
| HSL | hsl(154, 47%, 85%) |
| CMYK | cmyk(15%, 0%, 6%, 8%) |
| LAB | lab(90.3 -14.3 3.5) |
| LCH | lch(90.3 14.7 166.4) |
| OKLCH | oklch(0.911 0.042 167.6) |
Copy-ready code
/* CSS */
color: #c8ebdc;
background-color: #c8ebdc;
/* Tailwind (arbitrary) */
class="text-[#c8ebdc] bg-[#c8ebdc]"
/* SCSS */
$brand: #c8ebdc;
/* SwiftUI */
Color(red: 0.784, green: 0.922, blue: 0.863)
/* Android */
Color.parseColor("#c8ebdc")Accessibility — WCAG contrast
Aa
#c8ebdc on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ebdc on black: 16.37:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.2%
Blue86.3%
CMYK percentages
Cyan14.9%
Magenta0.0%
Yellow6.4%
Key (black)7.8%
Color previews
#c8ebdc text on a black background
contrast 16.37:1
Card sample
#c8ebdc text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ebdc;
Background color
Panel with #c8ebdc background
background-color: #c8ebdc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ebdc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 235, 220, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 235, 220, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ebdc; background: linear-gradient(135deg, #c8ebdc, #C8E3EB);