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