#c2d4cf
a light, soft cyan · cool · closest name: silver
RGB
194, 212, 207
HSL
163°, 17%, 80%
CMYK
9, 0, 2, 17
Luminance
0.6306
Every format
| HEX | #c2d4cf |
| RGB | rgb(194, 212, 207) |
| HSL | hsl(163, 17%, 80%) |
| CMYK | cmyk(9%, 0%, 2%, 17%) |
| LAB | lab(83.5 -7.0 0.4) |
| LCH | lch(83.5 7.0 176.7) |
| OKLCH | oklch(0.855 0.021 177.4) |
Copy-ready code
/* CSS */
color: #c2d4cf;
background-color: #c2d4cf;
/* Tailwind (arbitrary) */
class="text-[#c2d4cf] bg-[#c2d4cf]"
/* SCSS */
$brand: #c2d4cf;
/* SwiftUI */
Color(red: 0.761, green: 0.831, blue: 0.812)
/* Android */
Color.parseColor("#c2d4cf")Accessibility — WCAG contrast
Aa
#c2d4cf on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c2d4cf on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.1%
Green83.1%
Blue81.2%
CMYK percentages
Cyan8.5%
Magenta0.0%
Yellow2.4%
Key (black)16.9%
Color previews
#c2d4cf text on a black background
contrast 13.61:1
Card sample
#c2d4cf text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c2d4cf;
Background color
Panel with #c2d4cf background
background-color: #c2d4cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c2d4cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(194, 212, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(194, 212, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c2d4cf; background: linear-gradient(135deg, #c2d4cf, #C2CDD4);