#c2dfd3
a light, soft green · cool · closest name: silver
RGB
194, 223, 211
HSL
155°, 31%, 82%
CMYK
13, 0, 5, 13
Luminance
0.6895
Every format
| HEX | #c2dfd3 |
| RGB | rgb(194, 223, 211) |
| HSL | hsl(155, 31%, 82%) |
| CMYK | cmyk(13%, 0%, 5%, 13%) |
| LAB | lab(86.5 -11.9 2.6) |
| LCH | lch(86.5 12.2 167.4) |
| OKLCH | oklch(0.879 0.035 168.7) |
Copy-ready code
/* CSS */
color: #c2dfd3;
background-color: #c2dfd3;
/* Tailwind (arbitrary) */
class="text-[#c2dfd3] bg-[#c2dfd3]"
/* SCSS */
$brand: #c2dfd3;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.827)
/* Android */
Color.parseColor("#c2dfd3")Accessibility — WCAG contrast
Aa
#c2dfd3 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfd3 on black: 14.79:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue82.7%
CMYK percentages
Cyan13.0%
Magenta0.0%
Yellow5.4%
Key (black)12.5%
Color previews
#c2dfd3 text on a black background
contrast 14.79:1
Card sample
#c2dfd3 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfd3;
Background color
Panel with #c2dfd3 background
background-color: #c2dfd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfd3; background: linear-gradient(135deg, #c2dfd3, #C2D8DF);