#cbdbee
a pale, vivid blue · cool · closest name: lavender
RGB
203, 219, 238
HSL
213°, 51%, 87%
CMYK
15, 8, 0, 7
Luminance
0.6953
Every format
| HEX | #cbdbee |
| RGB | rgb(203, 219, 238) |
| HSL | hsl(213, 51%, 87%) |
| CMYK | cmyk(15%, 8%, 0%, 7%) |
| LAB | lab(86.8 -1.6 -11.1) |
| LCH | lch(86.8 11.2 261.9) |
| OKLCH | oklch(0.885 0.031 252.7) |
Copy-ready code
/* CSS */
color: #cbdbee;
background-color: #cbdbee;
/* Tailwind (arbitrary) */
class="text-[#cbdbee] bg-[#cbdbee]"
/* SCSS */
$brand: #cbdbee;
/* SwiftUI */
Color(red: 0.796, green: 0.859, blue: 0.933)
/* Android */
Color.parseColor("#cbdbee")Accessibility — WCAG contrast
Aa
#cbdbee on white: 1.41:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdbee on black: 14.91:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green85.9%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta8.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cbdbee text on a black background
contrast 14.91:1
Card sample
#cbdbee text on a white background
contrast 1.41:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdbee;
Background color
Panel with #cbdbee background
background-color: #cbdbee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdbee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 219, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 219, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdbee; background: linear-gradient(135deg, #cbdbee, #D2CBEE);