#cbdaf2
a pale, vivid blue · cool · closest name: lavender
RGB
203, 218, 242
HSL
217°, 60%, 87%
CMYK
16, 10, 0, 5
Luminance
0.6925
Every format
| HEX | #cbdaf2 |
| RGB | rgb(203, 218, 242) |
| HSL | hsl(217, 60%, 87%) |
| CMYK | cmyk(16%, 10%, 0%, 5%) |
| LAB | lab(86.6 -0.2 -13.4) |
| LCH | lch(86.6 13.4 269.1) |
| OKLCH | oklch(0.884 0.037 259.8) |
Copy-ready code
/* CSS */
color: #cbdaf2;
background-color: #cbdaf2;
/* Tailwind (arbitrary) */
class="text-[#cbdaf2] bg-[#cbdaf2]"
/* SCSS */
$brand: #cbdaf2;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.949)
/* Android */
Color.parseColor("#cbdaf2")Accessibility — WCAG contrast
Aa
#cbdaf2 on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaf2 on black: 14.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue94.9%
CMYK percentages
Cyan16.1%
Magenta9.9%
Yellow0.0%
Key (black)5.1%
Color previews
#cbdaf2 text on a black background
contrast 14.85:1
Card sample
#cbdaf2 text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaf2;
Background color
Panel with #cbdaf2 background
background-color: #cbdaf2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaf2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 242, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 242, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaf2; background: linear-gradient(135deg, #cbdaf2, #D6CBF2);