#c8eccf
a pale, vivid green · cool · closest name: beige
RGB
200, 236, 207
HSL
132°, 49%, 86%
CMYK
15, 0, 12, 8
Luminance
0.7678
Every format
| HEX | #c8eccf |
| RGB | rgb(200, 236, 207) |
| HSL | hsl(132, 49%, 86%) |
| CMYK | cmyk(15%, 0%, 12%, 8%) |
| LAB | lab(90.2 -17.1 10.2) |
| LCH | lch(90.2 19.9 149.3) |
| OKLCH | oklch(0.909 0.054 150.9) |
Copy-ready code
/* CSS */
color: #c8eccf;
background-color: #c8eccf;
/* Tailwind (arbitrary) */
class="text-[#c8eccf] bg-[#c8eccf]"
/* SCSS */
$brand: #c8eccf;
/* SwiftUI */
Color(red: 0.784, green: 0.925, blue: 0.812)
/* Android */
Color.parseColor("#c8eccf")Accessibility — WCAG contrast
Aa
#c8eccf on white: 1.28:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8eccf on black: 16.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green92.5%
Blue81.2%
CMYK percentages
Cyan15.3%
Magenta0.0%
Yellow12.3%
Key (black)7.5%
Color previews
#c8eccf text on a black background
contrast 16.36:1
Card sample
#c8eccf text on a white background
contrast 1.28:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8eccf;
Background color
Panel with #c8eccf background
background-color: #c8eccf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8eccf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 236, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 236, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8eccf; background: linear-gradient(135deg, #c8eccf, #C8ECE7);