#cbdbf3
a pale, vivid blue · cool · closest name: lavender
RGB
203, 219, 243
HSL
216°, 63%, 88%
CMYK
17, 10, 0, 5
Luminance
0.6983
Every format
| HEX | #cbdbf3 |
| RGB | rgb(203, 219, 243) |
| HSL | hsl(216, 63%, 88%) |
| CMYK | cmyk(17%, 10%, 0%, 5%) |
| LAB | lab(86.9 -0.5 -13.5) |
| LCH | lch(86.9 13.5 267.8) |
| OKLCH | oklch(0.887 0.037 258.4) |
Copy-ready code
/* CSS */
color: #cbdbf3;
background-color: #cbdbf3;
/* Tailwind (arbitrary) */
class="text-[#cbdbf3] bg-[#cbdbf3]"
/* SCSS */
$brand: #cbdbf3;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.953)
/* Android */
Color.parseColor("#cbdbf3")Accessibility — WCAG contrast
Aa
#cbdbf3 on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbf3 on black: 14.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue95.3%
CMYK percentages
Cyan16.5%
Magenta9.9%
Yellow0.0%
Key (black)4.7%
Color previews
#cbdbf3 text on a black background
contrast 14.97:1
Card sample
#cbdbf3 text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbf3;
Background color
Panel with #cbdbf3 background
background-color: #cbdbf3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbf3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbf3; background: linear-gradient(135deg, #cbdbf3, #D6CBF3);