#c8dfd2
a light, soft green · cool · closest name: beige
RGB
200, 223, 210
HSL
146°, 26%, 83%
CMYK
10, 0, 6, 13
Luminance
0.6971
Every format
| HEX | #c8dfd2 |
| RGB | rgb(200, 223, 210) |
| HSL | hsl(146, 26%, 83%) |
| CMYK | cmyk(10%, 0%, 6%, 13%) |
| LAB | lab(86.8 -10.1 3.8) |
| LCH | lch(86.8 10.8 159.5) |
| OKLCH | oklch(0.883 0.030 161.0) |
Copy-ready code
/* CSS */
color: #c8dfd2;
background-color: #c8dfd2;
/* Tailwind (arbitrary) */
class="text-[#c8dfd2] bg-[#c8dfd2]"
/* SCSS */
$brand: #c8dfd2;
/* SwiftUI */
Color(red: 0.784, green: 0.875, blue: 0.824)
/* Android */
Color.parseColor("#c8dfd2")Accessibility — WCAG contrast
Aa
#c8dfd2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c8dfd2 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red78.4%
Green87.5%
Blue82.4%
CMYK percentages
Cyan10.3%
Magenta0.0%
Yellow5.8%
Key (black)12.5%
Color previews
#c8dfd2 text on a black background
contrast 14.94:1
Card sample
#c8dfd2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c8dfd2;
Background color
Panel with #c8dfd2 background
background-color: #c8dfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c8dfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(200, 223, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(200, 223, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c8dfd2; background: linear-gradient(135deg, #c8dfd2, #C8DDDF);