#cfcbfd
a pale, electric blue · warm · closest name: lavender
RGB
207, 203, 253
HSL
245°, 93%, 89%
CMYK
18, 20, 0, 1
Luminance
0.6307
Every format
| HEX | #cfcbfd |
| RGB | rgb(207, 203, 253) |
| HSL | hsl(245, 93%, 89%) |
| CMYK | cmyk(18%, 20%, 0%, 1%) |
| LAB | lab(83.5 11.3 -24.0) |
| LCH | lch(83.5 26.5 295.3) |
| OKLCH | oklch(0.862 0.069 288.5) |
Copy-ready code
/* CSS */
color: #cfcbfd;
background-color: #cfcbfd;
/* Tailwind (arbitrary) */
class="text-[#cfcbfd] bg-[#cfcbfd]"
/* SCSS */
$brand: #cfcbfd;
/* SwiftUI */
Color(red: 0.812, green: 0.796, blue: 0.992)
/* Android */
Color.parseColor("#cfcbfd")Accessibility — WCAG contrast
Aa
#cfcbfd on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcbfd on black: 13.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.6%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta19.8%
Yellow0.0%
Key (black)0.8%
Color previews
#cfcbfd text on a black background
contrast 13.61:1
Card sample
#cfcbfd text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcbfd;
Background color
Panel with #cfcbfd background
background-color: #cfcbfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcbfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 203, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 203, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcbfd; background: linear-gradient(135deg, #cfcbfd, #F0CBFD);