#c4d7cf
a light, soft green · cool · closest name: silver
RGB
196, 215, 207
HSL
155°, 19%, 81%
CMYK
9, 0, 4, 16
Luminance
0.6484
Every format
| HEX | #c4d7cf |
| RGB | rgb(196, 215, 207) |
| HSL | hsl(155, 19%, 81%) |
| CMYK | cmyk(9%, 0%, 4%, 16%) |
| LAB | lab(84.4 -7.9 1.8) |
| LCH | lch(84.4 8.1 167.3) |
| OKLCH | oklch(0.863 0.023 168.6) |
Copy-ready code
/* CSS */
color: #c4d7cf;
background-color: #c4d7cf;
/* Tailwind (arbitrary) */
class="text-[#c4d7cf] bg-[#c4d7cf]"
/* SCSS */
$brand: #c4d7cf;
/* SwiftUI */
Color(red: 0.769, green: 0.843, blue: 0.812)
/* Android */
Color.parseColor("#c4d7cf")Accessibility — WCAG contrast
Aa
#c4d7cf on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#c4d7cf on black: 13.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red76.9%
Green84.3%
Blue81.2%
CMYK percentages
Cyan8.8%
Magenta0.0%
Yellow3.7%
Key (black)15.7%
Color previews
#c4d7cf text on a black background
contrast 13.97:1
Card sample
#c4d7cf text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #c4d7cf;
Background color
Panel with #c4d7cf background
background-color: #c4d7cf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #c4d7cf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(196, 215, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(196, 215, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #c4d7cf; background: linear-gradient(135deg, #c4d7cf, #C4D2D7);