#cfdce6
a pale, soft blue · cool · closest name: lavender
RGB
207, 220, 230
HSL
206°, 32%, 86%
CMYK
10, 4, 0, 10
Luminance
0.7016
Every format
| HEX | #cfdce6 |
| RGB | rgb(207, 220, 230) |
| HSL | hsl(206, 32%, 86%) |
| CMYK | cmyk(10%, 4%, 0%, 10%) |
| LAB | lab(87.1 -2.4 -6.4) |
| LCH | lch(87.1 6.8 249.3) |
| OKLCH | oklch(0.888 0.020 240.8) |
Copy-ready code
/* CSS */
color: #cfdce6;
background-color: #cfdce6;
/* Tailwind (arbitrary) */
class="text-[#cfdce6] bg-[#cfdce6]"
/* SCSS */
$brand: #cfdce6;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.902)
/* Android */
Color.parseColor("#cfdce6")Accessibility — WCAG contrast
Aa
#cfdce6 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdce6 on black: 15.03:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue90.2%
CMYK percentages
Cyan10.0%
Magenta4.3%
Yellow0.0%
Key (black)9.8%
Color previews
#cfdce6 text on a black background
contrast 15.03:1
Card sample
#cfdce6 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdce6;
Background color
Panel with #cfdce6 background
background-color: #cfdce6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdce6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 230, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 230, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdce6; background: linear-gradient(135deg, #cfdce6, #D1CFE6);