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