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