#cbdfff
a pale, electric blue · cool · closest name: lavender
RGB
203, 223, 255
HSL
217°, 100%, 90%
CMYK
20, 13, 0, 0
Luminance
0.7269
Every format
| HEX | #cbdfff |
| RGB | rgb(203, 223, 255) |
| HSL | hsl(217, 100%, 90%) |
| CMYK | cmyk(20%, 13%, 0%, 0%) |
| LAB | lab(88.3 -0.1 -17.8) |
| LCH | lch(88.3 17.8 269.8) |
| OKLCH | oklch(0.899 0.049 259.8) |
Copy-ready code
/* CSS */
color: #cbdfff;
background-color: #cbdfff;
/* Tailwind (arbitrary) */
class="text-[#cbdfff] bg-[#cbdfff]"
/* SCSS */
$brand: #cbdfff;
/* SwiftUI */
Color(red: 0.796, green: 0.875, blue: 1.000)
/* Android */
Color.parseColor("#cbdfff")Accessibility — WCAG contrast
Aa
#cbdfff on white: 1.35:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbdfff on black: 15.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green87.5%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta12.5%
Yellow0.0%
Key (black)0.0%
Color previews
#cbdfff text on a black background
contrast 15.54:1
Card sample
#cbdfff text on a white background
contrast 1.35:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbdfff;
Background color
Panel with #cbdfff background
background-color: #cbdfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbdfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 223, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 223, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbdfff; background: linear-gradient(135deg, #cbdfff, #DACBFF);