#cbdfec
a pale, vivid blue · cool · closest name: lavender
RGB
203, 223, 236
HSL
204°, 47%, 86%
CMYK
14, 6, 0, 8
Luminance
0.7153
Every format
| HEX | #cbdfec |
| RGB | rgb(203, 223, 236) |
| HSL | hsl(204, 47%, 86%) |
| CMYK | cmyk(14%, 6%, 0%, 8%) |
| LAB | lab(87.7 -4.0 -8.6) |
| LCH | lch(87.7 9.5 244.8) |
| OKLCH | oklch(0.893 0.028 236.2) |
Copy-ready code
/* CSS */
color: #cbdfec;
background-color: #cbdfec;
/* Tailwind (arbitrary) */
class="text-[#cbdfec] bg-[#cbdfec]"
/* SCSS */
$brand: #cbdfec;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 0.925)
/* Android */
Color.parseColor("#cbdfec")Accessibility — WCAG contrast
Aa
#cbdfec on white: 1.37:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdfec on black: 15.31:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue92.5%
CMYK percentages
Cyan14.0%
Magenta5.5%
Yellow0.0%
Key (black)7.5%
Color previews
#cbdfec text on a black background
contrast 15.31:1
Card sample
#cbdfec text on a white background
contrast 1.37:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdfec;
Background color
Panel with #cbdfec background
background-color: #cbdfec;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdfec;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 236, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 236, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdfec; background: linear-gradient(135deg, #cbdfec, #CDCBEC);