#cbdaf7
a pale, vivid blue · cool · closest name: lavender
RGB
203, 218, 247
HSL
220°, 73%, 88%
CMYK
18, 12, 0, 3
Luminance
0.6955
Every format
| HEX | #cbdaf7 |
| RGB | rgb(203, 218, 247) |
| HSL | hsl(220, 73%, 88%) |
| CMYK | cmyk(18%, 12%, 0%, 3%) |
| LAB | lab(86.8 0.8 -15.8) |
| LCH | lch(86.8 15.8 273.0) |
| OKLCH | oklch(0.886 0.043 263.7) |
Copy-ready code
/* CSS */
color: #cbdaf7;
background-color: #cbdaf7;
/* Tailwind (arbitrary) */
class="text-[#cbdaf7] bg-[#cbdaf7]"
/* SCSS */
$brand: #cbdaf7;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.969)
/* Android */
Color.parseColor("#cbdaf7")Accessibility — WCAG contrast
Aa
#cbdaf7 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaf7 on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue96.9%
CMYK percentages
Cyan17.8%
Magenta11.7%
Yellow0.0%
Key (black)3.1%
Color previews
#cbdaf7 text on a black background
contrast 14.91:1
Card sample
#cbdaf7 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaf7;
Background color
Panel with #cbdaf7 background
background-color: #cbdaf7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaf7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaf7; background: linear-gradient(135deg, #cbdaf7, #D9CBF7);