#c8ecdb
a pale, vivid green · cool · closest name: beige
RGB
200, 236, 219
HSL
152°, 49%, 86%
CMYK
15, 0, 7, 8
Luminance
0.7738
Every format
| HEX | #c8ecdb |
| RGB | rgb(200, 236, 219) |
| HSL | hsl(152, 49%, 86%) |
| CMYK | cmyk(15%, 0%, 7%, 8%) |
| LAB | lab(90.5 -14.9 4.3) |
| LCH | lch(90.5 15.6 163.8) |
| OKLCH | oklch(0.913 0.044 165.2) |
Copy-ready code
/* CSS */
color: #c8ecdb;
background-color: #c8ecdb;
/* Tailwind (arbitrary) */
class="text-[#c8ecdb] bg-[#c8ecdb]"
/* SCSS */
$brand: #c8ecdb;
/* SwiftUI */
Color(red: 0.784, green: 0.925, blue: 0.859)
/* Android */
Color.parseColor("#c8ecdb")Accessibility — WCAG contrast
Aa
#c8ecdb on white: 1.27:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8ecdb on black: 16.48:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.5%
Blue85.9%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow7.2%
Key (black)7.5%
Color previews
#c8ecdb text on a black background
contrast 16.48:1
Card sample
#c8ecdb text on a white background
contrast 1.27:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8ecdb;
Background color
Panel with #c8ecdb background
background-color: #c8ecdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8ecdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 236, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 236, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8ecdb; background: linear-gradient(135deg, #c8ecdb, #C8E5EC);