#c8eade
a pale, soft green · cool · closest name: beige
RGB
200, 234, 222
HSL
159°, 45%, 85%
CMYK
15, 0, 5, 8
Luminance
0.7640
Every format
| HEX | #c8eade |
| RGB | rgb(200, 234, 222) |
| HSL | hsl(159, 45%, 85%) |
| CMYK | cmyk(15%, 0%, 5%, 8%) |
| LAB | lab(90.0 -13.4 2.1) |
| LCH | lch(90.0 13.5 171.0) |
| OKLCH | oklch(0.909 0.039 172.1) |
Copy-ready code
/* CSS */
color: #c8eade;
background-color: #c8eade;
/* Tailwind (arbitrary) */
class="text-[#c8eade] bg-[#c8eade]"
/* SCSS */
$brand: #c8eade;
/* SwiftUI */
Color(red: 0.784, green: 0.918, blue: 0.871)
/* Android */
Color.parseColor("#c8eade")Accessibility — WCAG contrast
Aa
#c8eade on white: 1.29:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eade on black: 16.28:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green91.8%
Blue87.1%
CMYK percentages
Cyan14.5%
Magenta0.0%
Yellow5.1%
Key (black)8.2%
Color previews
#c8eade text on a black background
contrast 16.28:1
Card sample
#c8eade text on a white background
contrast 1.29:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eade;
Background color
Panel with #c8eade background
background-color: #c8eade;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eade;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 234, 222, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 234, 222, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eade; background: linear-gradient(135deg, #c8eade, #C8DFEA);