#c4cfd2
a light, muted cyan · cool · closest name: silver
RGB
196, 207, 210
HSL
193°, 14%, 80%
CMYK
7, 1, 0, 18
Luminance
0.6101
Every format
| HEX | #c4cfd2 |
| RGB | rgb(196, 207, 210) |
| HSL | hsl(193, 14%, 80%) |
| CMYK | cmyk(7%, 1%, 0%, 18%) |
| LAB | lab(82.4 -3.1 -2.8) |
| LCH | lch(82.4 4.2 221.4) |
| OKLCH | oklch(0.847 0.013 215.8) |
Copy-ready code
/* CSS */
color: #c4cfd2;
background-color: #c4cfd2;
/* Tailwind (arbitrary) */
class="text-[#c4cfd2] bg-[#c4cfd2]"
/* SCSS */
$brand: #c4cfd2;
/* SwiftUI */
Color(red: 0.769, green: 0.812, blue: 0.824)
/* Android */
Color.parseColor("#c4cfd2")Accessibility — WCAG contrast
Aa
#c4cfd2 on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4cfd2 on black: 13.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green81.2%
Blue82.4%
CMYK percentages
Cyan6.7%
Magenta1.4%
Yellow0.0%
Key (black)17.6%
Color previews
#c4cfd2 text on a black background
contrast 13.20:1
Card sample
#c4cfd2 text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4cfd2;
Background color
Panel with #c4cfd2 background
background-color: #c4cfd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4cfd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 207, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 207, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4cfd2; background: linear-gradient(135deg, #c4cfd2, #C4C6D2);