#c8eedb
a pale, vivid green · cool · closest name: beige
RGB
200, 238, 219
HSL
150°, 53%, 86%
CMYK
16, 0, 8, 7
Luminance
0.7854
Every format
| HEX | #c8eedb |
| RGB | rgb(200, 238, 219) |
| HSL | hsl(150, 53%, 86%) |
| CMYK | cmyk(16%, 0%, 8%, 7%) |
| LAB | lab(91.0 -15.9 5.1) |
| LCH | lch(91.0 16.7 162.3) |
| OKLCH | oklch(0.917 0.047 163.7) |
Copy-ready code
/* CSS */
color: #c8eedb;
background-color: #c8eedb;
/* Tailwind (arbitrary) */
class="text-[#c8eedb] bg-[#c8eedb]"
/* SCSS */
$brand: #c8eedb;
/* SwiftUI */
Color(red: 0.784, green: 0.933, blue: 0.859)
/* Android */
Color.parseColor("#c8eedb")Accessibility — WCAG contrast
Aa
#c8eedb on white: 1.26:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eedb on black: 16.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green93.3%
Blue85.9%
CMYK percentages
Cyan16.0%
Magenta0.0%
Yellow8.0%
Key (black)6.7%
Color previews
#c8eedb text on a black background
contrast 16.71:1
Card sample
#c8eedb text on a white background
contrast 1.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eedb;
Background color
Panel with #c8eedb background
background-color: #c8eedb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eedb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 238, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 238, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eedb; background: linear-gradient(135deg, #c8eedb, #C8E8EE);