#cfd5fd
a pale, electric blue · warm · closest name: lavender
RGB
207, 213, 253
HSL
232°, 92%, 90%
CMYK
18, 16, 0, 1
Luminance
0.6795
Every format
| HEX | #cfd5fd |
| RGB | rgb(207, 213, 253) |
| HSL | hsl(232, 92%, 90%) |
| CMYK | cmyk(18%, 16%, 0%, 1%) |
| LAB | lab(86.0 6.0 -20.2) |
| LCH | lch(86.0 21.1 286.5) |
| OKLCH | oklch(0.881 0.056 278.5) |
Copy-ready code
/* CSS */
color: #cfd5fd;
background-color: #cfd5fd;
/* Tailwind (arbitrary) */
class="text-[#cfd5fd] bg-[#cfd5fd]"
/* SCSS */
$brand: #cfd5fd;
/* SwiftUI */
Color(red: 0.812, green: 0.835, blue: 0.992)
/* Android */
Color.parseColor("#cfd5fd")Accessibility — WCAG contrast
Aa
#cfd5fd on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd5fd on black: 14.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green83.5%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta15.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cfd5fd text on a black background
contrast 14.59:1
Card sample
#cfd5fd text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd5fd;
Background color
Panel with #cfd5fd background
background-color: #cfd5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 213, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 213, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd5fd; background: linear-gradient(135deg, #cfd5fd, #E8CFFD);