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