#cfdceb
a pale, soft blue · cool · closest name: lavender
RGB
207, 220, 235
HSL
212°, 41%, 87%
CMYK
12, 6, 0, 8
Luminance
0.7045
Every format
| HEX | #cfdceb |
| RGB | rgb(207, 220, 235) |
| HSL | hsl(212, 41%, 87%) |
| CMYK | cmyk(12%, 6%, 0%, 8%) |
| LAB | lab(87.2 -1.4 -8.8) |
| LCH | lch(87.2 8.9 260.8) |
| OKLCH | oklch(0.889 0.025 251.9) |
Copy-ready code
/* CSS */
color: #cfdceb;
background-color: #cfdceb;
/* Tailwind (arbitrary) */
class="text-[#cfdceb] bg-[#cfdceb]"
/* SCSS */
$brand: #cfdceb;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.922)
/* Android */
Color.parseColor("#cfdceb")Accessibility — WCAG contrast
Aa
#cfdceb on white: 1.39:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdceb on black: 15.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta6.4%
Yellow0.0%
Key (black)7.8%
Color previews
#cfdceb text on a black background
contrast 15.09:1
Card sample
#cfdceb text on a white background
contrast 1.39:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdceb;
Background color
Panel with #cfdceb background
background-color: #cfdceb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdceb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdceb; background: linear-gradient(135deg, #cfdceb, #D5CFEB);