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