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