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