#cfd4eb
a pale, soft blue · warm · closest name: lavender
RGB
207, 212, 235
HSL
229°, 41%, 87%
CMYK
12, 10, 0, 8
Luminance
0.6635
Every format
| HEX | #cfd4eb |
| RGB | rgb(207, 212, 235) |
| HSL | hsl(229, 41%, 87%) |
| CMYK | cmyk(12%, 10%, 0%, 8%) |
| LAB | lab(85.2 2.8 -11.9) |
| LCH | lch(85.2 12.2 283.1) |
| OKLCH | oklch(0.873 0.032 276.0) |
Copy-ready code
/* CSS */
color: #cfd4eb;
background-color: #cfd4eb;
/* Tailwind (arbitrary) */
class="text-[#cfd4eb] bg-[#cfd4eb]"
/* SCSS */
$brand: #cfd4eb;
/* SwiftUI */
Color(red: 0.812, green: 0.831, blue: 0.922)
/* Android */
Color.parseColor("#cfd4eb")Accessibility — WCAG contrast
Aa
#cfd4eb on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd4eb on black: 14.27:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.1%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta9.8%
Yellow0.0%
Key (black)7.8%
Color previews
#cfd4eb text on a black background
contrast 14.27:1
Card sample
#cfd4eb text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd4eb;
Background color
Panel with #cfd4eb background
background-color: #cfd4eb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd4eb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 212, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 212, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd4eb; background: linear-gradient(135deg, #cfd4eb, #DDCFEB);