#cbceee
a pale, vivid blue · warm · closest name: lavender
RGB
203, 206, 238
HSL
235°, 51%, 87%
CMYK
15, 13, 0, 7
Luminance
0.6301
Every format
| HEX | #cbceee |
| RGB | rgb(203, 206, 238) |
| HSL | hsl(235, 51%, 87%) |
| CMYK | cmyk(15%, 13%, 0%, 7%) |
| LAB | lab(83.5 5.3 -16.1) |
| LCH | lch(83.5 16.9 288.2) |
| OKLCH | oklch(0.859 0.044 281.2) |
Copy-ready code
/* CSS */
color: #cbceee;
background-color: #cbceee;
/* Tailwind (arbitrary) */
class="text-[#cbceee] bg-[#cbceee]"
/* SCSS */
$brand: #cbceee;
/* SwiftUI */
Color(red: 0.796, green: 0.808, blue: 0.933)
/* Android */
Color.parseColor("#cbceee")Accessibility — WCAG contrast
Aa
#cbceee on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbceee on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.8%
Blue93.3%
CMYK percentages
Cyan14.7%
Magenta13.4%
Yellow0.0%
Key (black)6.7%
Color previews
#cbceee text on a black background
contrast 13.60:1
Card sample
#cbceee text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbceee;
Background color
Panel with #cbceee background
background-color: #cbceee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbceee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 206, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 206, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbceee; background: linear-gradient(135deg, #cbceee, #DFCBEE);