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