#cbdfee
a pale, vivid blue · cool · closest name: lavender
RGB
203, 223, 238
HSL
206°, 51%, 87%
CMYK
15, 6, 0, 7
Luminance
0.7164
Every format
| HEX | #cbdfee |
| RGB | rgb(203, 223, 238) |
| HSL | hsl(206, 51%, 87%) |
| CMYK | cmyk(15%, 6%, 0%, 7%) |
| LAB | lab(87.8 -3.6 -9.6) |
| LCH | lch(87.8 10.2 249.2) |
| OKLCH | oklch(0.893 0.030 240.2) |
Copy-ready code
/* CSS */
color: #cbdfee;
background-color: #cbdfee;
/* Tailwind (arbitrary) */
class="text-[#cbdfee] bg-[#cbdfee]"
/* SCSS */
$brand: #cbdfee;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.933)
/* Android */
Color.parseColor("#cbdfee")Accessibility — WCAG contrast
Aa
#cbdfee on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdfee on black: 15.33:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta6.3%
Yellow0.0%
Key (black)6.7%
Color previews
#cbdfee text on a black background
contrast 15.33:1
Card sample
#cbdfee text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdfee;
Background color
Panel with #cbdfee background
background-color: #cbdfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdfee; background: linear-gradient(135deg, #cbdfee, #CECBEE);