#cfdce4
a pale, soft blue · cool · closest name: lavender
RGB
207, 220, 228
HSL
203°, 28%, 85%
CMYK
9, 4, 0, 11
Luminance
0.7005
Every format
| HEX | #cfdce4 |
| RGB | rgb(207, 220, 228) |
| HSL | hsl(203, 28%, 85%) |
| CMYK | cmyk(9%, 4%, 0%, 11%) |
| LAB | lab(87.0 -2.8 -5.4) |
| LCH | lch(87.0 6.1 242.6) |
| OKLCH | oklch(0.887 0.018 234.5) |
Copy-ready code
/* CSS */
color: #cfdce4;
background-color: #cfdce4;
/* Tailwind (arbitrary) */
class="text-[#cfdce4] bg-[#cfdce4]"
/* SCSS */
$brand: #cfdce4;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.894)
/* Android */
Color.parseColor("#cfdce4")Accessibility — WCAG contrast
Aa
#cfdce4 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdce4 on black: 15.01:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue89.4%
CMYK percentages
Cyan9.2%
Magenta3.5%
Yellow0.0%
Key (black)10.6%
Color previews
#cfdce4 text on a black background
contrast 15.01:1
Card sample
#cfdce4 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdce4;
Background color
Panel with #cfdce4 background
background-color: #cfdce4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdce4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 228, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 228, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdce4; background: linear-gradient(135deg, #cfdce4, #D0CFE4);