#c2dfe1
a light, soft cyan · cool · closest name: silver
RGB
194, 223, 225
HSL
184°, 34%, 82%
CMYK
14, 1, 0, 12
Luminance
0.6968
Every format
| HEX | #c2dfe1 |
| RGB | rgb(194, 223, 225) |
| HSL | hsl(184, 34%, 82%) |
| CMYK | cmyk(14%, 1%, 0%, 12%) |
| LAB | lab(86.8 -9.1 -4.2) |
| LCH | lch(86.8 10.0 204.7) |
| OKLCH | oklch(0.883 0.031 201.7) |
Copy-ready code
/* CSS */
color: #c2dfe1;
background-color: #c2dfe1;
/* Tailwind (arbitrary) */
class="text-[#c2dfe1] bg-[#c2dfe1]"
/* SCSS */
$brand: #c2dfe1;
/* SwiftUI */
Color(red: 0.761, green: 0.875, blue: 0.882)
/* Android */
Color.parseColor("#c2dfe1")Accessibility — WCAG contrast
Aa
#c2dfe1 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2dfe1 on black: 14.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green87.5%
Blue88.2%
CMYK percentages
Cyan13.8%
Magenta0.9%
Yellow0.0%
Key (black)11.8%
Color previews
#c2dfe1 text on a black background
contrast 14.94:1
Card sample
#c2dfe1 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2dfe1;
Background color
Panel with #c2dfe1 background
background-color: #c2dfe1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2dfe1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 223, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 223, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2dfe1; background: linear-gradient(135deg, #c2dfe1, #C2CAE1);