#cfdcfe
a pale, electric blue · cool · closest name: lavender
RGB
207, 220, 254
HSL
223°, 96%, 90%
CMYK
19, 13, 0, 0
Luminance
0.7161
Every format
| HEX | #cfdcfe |
| RGB | rgb(207, 220, 254) |
| HSL | hsl(223, 96%, 90%) |
| CMYK | cmyk(19%, 13%, 0%, 0%) |
| LAB | lab(87.8 2.5 -18.0) |
| LCH | lch(87.8 18.2 277.9) |
| OKLCH | oklch(0.895 0.049 268.8) |
Copy-ready code
/* CSS */
color: #cfdcfe;
background-color: #cfdcfe;
/* Tailwind (arbitrary) */
class="text-[#cfdcfe] bg-[#cfdcfe]"
/* SCSS */
$brand: #cfdcfe;
/* SwiftUI */
Color(red: 0.812, green: 0.863, blue: 0.996)
/* Android */
Color.parseColor("#cfdcfe")Accessibility — WCAG contrast
Aa
#cfdcfe on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfdcfe on black: 15.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green86.3%
Blue99.6%
CMYK percentages
Cyan18.5%
Magenta13.4%
Yellow0.0%
Key (black)0.4%
Color previews
#cfdcfe text on a black background
contrast 15.32:1
Card sample
#cfdcfe text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfdcfe;
Background color
Panel with #cfdcfe background
background-color: #cfdcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfdcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 220, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 220, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfdcfe; background: linear-gradient(135deg, #cfdcfe, #E1CFFE);