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