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