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