#cfdfd9
a light, soft green · cool · closest name: silver
RGB
207, 223, 217
HSL
158°, 20%, 84%
CMYK
7, 0, 3, 13
Luminance
0.7105
Every format
| HEX | #cfdfd9 |
| RGB | rgb(207, 223, 217) |
| HSL | hsl(158, 20%, 84%) |
| CMYK | cmyk(7%, 0%, 3%, 13%) |
| LAB | lab(87.5 -6.5 1.1) |
| LCH | lch(87.5 6.5 170.3) |
| OKLCH | oklch(0.890 0.019 171.5) |
Copy-ready code
/* CSS */
color: #cfdfd9;
background-color: #cfdfd9;
/* Tailwind (arbitrary) */
class="text-[#cfdfd9] bg-[#cfdfd9]"
/* SCSS */
$brand: #cfdfd9;
/* SwiftUI */
Color(red: 0.812, green: 0.875, blue: 0.851)
/* Android */
Color.parseColor("#cfdfd9")Accessibility — WCAG contrast
Aa
#cfdfd9 on white: 1.38:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdfd9 on black: 15.21:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.5%
Blue85.1%
CMYK percentages
Cyan7.2%
Magenta0.0%
Yellow2.7%
Key (black)12.5%
Color previews
#cfdfd9 text on a black background
contrast 15.21:1
Card sample
#cfdfd9 text on a white background
contrast 1.38:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdfd9;
Background color
Panel with #cfdfd9 background
background-color: #cfdfd9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdfd9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 223, 217, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 223, 217, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdfd9; background: linear-gradient(135deg, #cfdfd9, #CFDADF);