#cfd3fd
a pale, electric blue · warm · closest name: lavender
RGB
207, 211, 253
HSL
235°, 92%, 90%
CMYK
18, 17, 0, 1
Luminance
0.6695
Every format
| HEX | #cfd3fd |
| RGB | rgb(207, 211, 253) |
| HSL | hsl(235, 92%, 90%) |
| CMYK | cmyk(18%, 17%, 0%, 1%) |
| LAB | lab(85.5 7.0 -20.9) |
| LCH | lch(85.5 22.1 288.6) |
| OKLCH | oklch(0.877 0.058 280.8) |
Copy-ready code
/* CSS */
color: #cfd3fd;
background-color: #cfd3fd;
/* Tailwind (arbitrary) */
class="text-[#cfd3fd] bg-[#cfd3fd]"
/* SCSS */
$brand: #cfd3fd;
/* SwiftUI */
Color(red: 0.812, green: 0.827, blue: 0.992)
/* Android */
Color.parseColor("#cfd3fd")Accessibility — WCAG contrast
Aa
#cfd3fd on white: 1.46:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfd3fd on black: 14.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green82.7%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta16.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cfd3fd text on a black background
contrast 14.39:1
Card sample
#cfd3fd text on a white background
contrast 1.46:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfd3fd;
Background color
Panel with #cfd3fd background
background-color: #cfd3fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfd3fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 211, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 211, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfd3fd; background: linear-gradient(135deg, #cfd3fd, #EACFFD);