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