#cfdacf
a light, muted green · cool · closest name: silver
RGB
207, 218, 207
HSL
120°, 13%, 83%
CMYK
5, 0, 5, 15
Luminance
0.6791
Every format
| HEX | #cfdacf |
| RGB | rgb(207, 218, 207) |
| HSL | hsl(120, 13%, 83%) |
| CMYK | cmyk(5%, 0%, 5%, 15%) |
| LAB | lab(86.0 -5.7 4.1) |
| LCH | lch(86.0 7.0 144.1) |
| OKLCH | oklch(0.877 0.019 145.4) |
Copy-ready code
/* CSS */
color: #cfdacf;
background-color: #cfdacf;
/* Tailwind (arbitrary) */
class="text-[#cfdacf] bg-[#cfdacf]"
/* SCSS */
$brand: #cfdacf;
/* SwiftUI */
Color(red: 0.812, green: 0.855, blue: 0.812)
/* Android */
Color.parseColor("#cfdacf")Accessibility — WCAG contrast
Aa
#cfdacf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdacf on black: 14.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green85.5%
Blue81.2%
CMYK percentages
Cyan5.0%
Magenta0.0%
Yellow5.0%
Key (black)14.5%
Color previews
#cfdacf text on a black background
contrast 14.58:1
Card sample
#cfdacf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdacf;
Background color
Panel with #cfdacf background
background-color: #cfdacf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdacf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 218, 207, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 218, 207, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdacf; background: linear-gradient(135deg, #cfdacf, #CFDAD6);