#cbdaf3
a pale, vivid blue · cool · closest name: lavender
RGB
203, 218, 243
HSL
218°, 63%, 88%
CMYK
17, 10, 0, 5
Luminance
0.6931
Every format
| HEX | #cbdaf3 |
| RGB | rgb(203, 218, 243) |
| HSL | hsl(218, 63%, 88%) |
| CMYK | cmyk(17%, 10%, 0%, 5%) |
| LAB | lab(86.7 -0.0 -13.9) |
| LCH | lch(86.7 13.9 270.0) |
| OKLCH | oklch(0.885 0.038 260.7) |
Copy-ready code
/* CSS */
color: #cbdaf3;
background-color: #cbdaf3;
/* Tailwind (arbitrary) */
class="text-[#cbdaf3] bg-[#cbdaf3]"
/* SCSS */
$brand: #cbdaf3;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.953)
/* Android */
Color.parseColor("#cbdaf3")Accessibility — WCAG contrast
Aa
#cbdaf3 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaf3 on black: 14.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta10.3%
Yellow0.0%
Key (black)4.7%
Color previews
#cbdaf3 text on a black background
contrast 14.86:1
Card sample
#cbdaf3 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaf3;
Background color
Panel with #cbdaf3 background
background-color: #cbdaf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaf3; background: linear-gradient(135deg, #cbdaf3, #D7CBF3);