#cfd8eb
a pale, soft blue · cool · closest name: lavender
RGB
207, 216, 235
HSL
221°, 41%, 87%
CMYK
12, 8, 0, 8
Luminance
0.6838
Every format
| HEX | #cfd8eb |
| RGB | rgb(207, 216, 235) |
| HSL | hsl(221, 41%, 87%) |
| CMYK | cmyk(12%, 8%, 0%, 8%) |
| LAB | lab(86.2 0.7 -10.3) |
| LCH | lch(86.2 10.4 273.7) |
| OKLCH | oklch(0.881 0.028 265.4) |
Copy-ready code
/* CSS */
color: #cfd8eb;
background-color: #cfd8eb;
/* Tailwind (arbitrary) */
class="text-[#cfd8eb] bg-[#cfd8eb]"
/* SCSS */
$brand: #cfd8eb;
/* SwiftUI */
Color(red: 0.812, green: 0.847, blue: 0.922)
/* Android */
Color.parseColor("#cfd8eb")Accessibility — WCAG contrast
Aa
#cfd8eb on white: 1.43:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd8eb on black: 14.68:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green84.7%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta8.1%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd8eb text on a black background
contrast 14.68:1
Card sample
#cfd8eb text on a white background
contrast 1.43:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd8eb;
Background color
Panel with #cfd8eb background
background-color: #cfd8eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd8eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 216, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 216, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd8eb; background: linear-gradient(135deg, #cfd8eb, #D9CFEB);