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