#cbdaf0
a pale, vivid blue · cool · closest name: lavender
RGB
203, 218, 240
HSL
216°, 55%, 87%
CMYK
15, 9, 0, 6
Luminance
0.6913
Every format
| HEX | #cbdaf0 |
| RGB | rgb(203, 218, 240) |
| HSL | hsl(216, 55%, 87%) |
| CMYK | cmyk(15%, 9%, 0%, 6%) |
| LAB | lab(86.6 -0.6 -12.4) |
| LCH | lch(86.6 12.5 267.1) |
| OKLCH | oklch(0.884 0.034 257.9) |
Copy-ready code
/* CSS */
color: #cbdaf0;
background-color: #cbdaf0;
/* Tailwind (arbitrary) */
class="text-[#cbdaf0] bg-[#cbdaf0]"
/* SCSS */
$brand: #cbdaf0;
/* SwiftUI */
Color(red: 0.796, green: 0.855, blue: 0.941)
/* Android */
Color.parseColor("#cbdaf0")Accessibility — WCAG contrast
Aa
#cbdaf0 on white: 1.42:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdaf0 on black: 14.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.5%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta9.2%
Yellow0.0%
Key (black)5.9%
Color previews
#cbdaf0 text on a black background
contrast 14.83:1
Card sample
#cbdaf0 text on a white background
contrast 1.42:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdaf0;
Background color
Panel with #cbdaf0 background
background-color: #cbdaf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdaf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 218, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 218, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdaf0; background: linear-gradient(135deg, #cbdaf0, #D5CBF0);