#cbcafd
a pale, electric blue · warm · closest name: lavender
RGB
203, 202, 253
HSL
241°, 93%, 89%
CMYK
20, 20, 0, 1
Luminance
0.6203
Every format
| HEX | #cbcafd |
| RGB | rgb(203, 202, 253) |
| HSL | hsl(241, 93%, 89%) |
| CMYK | cmyk(20%, 20%, 0%, 1%) |
| LAB | lab(82.9 10.6 -24.8) |
| LCH | lch(82.9 27.0 293.2) |
| OKLCH | oklch(0.857 0.070 285.7) |
Copy-ready code
/* CSS */
color: #cbcafd;
background-color: #cbcafd;
/* Tailwind (arbitrary) */
class="text-[#cbcafd] bg-[#cbcafd]"
/* SCSS */
$brand: #cbcafd;
/* SwiftUI */
Color(red: 0.796, green: 0.792, blue: 0.992)
/* Android */
Color.parseColor("#cbcafd")Accessibility — WCAG contrast
Aa
#cbcafd on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcafd on black: 13.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.2%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta20.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cbcafd text on a black background
contrast 13.41:1
Card sample
#cbcafd text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcafd;
Background color
Panel with #cbcafd background
background-color: #cbcafd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcafd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 202, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 202, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcafd; background: linear-gradient(135deg, #cbcafd, #EDCAFD);