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