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