#cbcafb
a pale, electric blue · warm · closest name: lavender
RGB
203, 202, 251
HSL
241°, 86%, 89%
CMYK
19, 20, 0, 2
Luminance
0.6190
Every format
| HEX | #cbcafb |
| RGB | rgb(203, 202, 251) |
| HSL | hsl(241, 86%, 89%) |
| CMYK | cmyk(19%, 20%, 0%, 2%) |
| LAB | lab(82.9 10.2 -23.9) |
| LCH | lch(82.9 25.9 293.1) |
| OKLCH | oklch(0.856 0.068 285.8) |
Copy-ready code
/* CSS */
color: #cbcafb;
background-color: #cbcafb;
/* Tailwind (arbitrary) */
class="text-[#cbcafb] bg-[#cbcafb]"
/* SCSS */
$brand: #cbcafb;
/* SwiftUI */
Color(red: 0.796, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#cbcafb")Accessibility — WCAG contrast
Aa
#cbcafb on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcafb on black: 13.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green79.2%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cbcafb text on a black background
contrast 13.38:1
Card sample
#cbcafb text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcafb;
Background color
Panel with #cbcafb background
background-color: #cbcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcafb; background: linear-gradient(135deg, #cbcafb, #ECCAFB);