#cfe0db
a light, soft cyan · cool · closest name: silver
RGB
207, 224, 219
HSL
162°, 22%, 85%
CMYK
8, 0, 2, 12
Luminance
0.7169
Every format
| HEX | #cfe0db |
| RGB | rgb(207, 224, 219) |
| HSL | hsl(162, 22%, 85%) |
| CMYK | cmyk(8%, 0%, 2%, 12%) |
| LAB | lab(87.8 -6.6 0.5) |
| LCH | lch(87.8 6.6 175.7) |
| OKLCH | oklch(0.892 0.019 176.4) |
Copy-ready code
/* CSS */
color: #cfe0db;
background-color: #cfe0db;
/* Tailwind (arbitrary) */
class="text-[#cfe0db] bg-[#cfe0db]"
/* SCSS */
$brand: #cfe0db;
/* SwiftUI */
Color(red: 0.812, green: 0.878, blue: 0.859)
/* Android */
Color.parseColor("#cfe0db")Accessibility — WCAG contrast
Aa
#cfe0db on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfe0db on black: 15.34:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green87.8%
Blue85.9%
CMYK percentages
Cyan7.6%
Magenta0.0%
Yellow2.2%
Key (black)12.2%
Color previews
#cfe0db text on a black background
contrast 15.34:1
Card sample
#cfe0db text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfe0db;
Background color
Panel with #cfe0db background
background-color: #cfe0db;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfe0db;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 224, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 224, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfe0db; background: linear-gradient(135deg, #cfe0db, #CFDAE0);