#cbd3ff
a pale, electric blue · warm · closest name: lavender
RGB
203, 211, 255
HSL
231°, 100%, 90%
CMYK
20, 17, 0, 0
Luminance
0.6651
Every format
| HEX | #cbd3ff |
| RGB | rgb(203, 211, 255) |
| HSL | hsl(231, 100%, 90%) |
| CMYK | cmyk(20%, 17%, 0%, 0%) |
| LAB | lab(85.3 6.3 -22.4) |
| LCH | lch(85.3 23.2 285.6) |
| OKLCH | oklch(0.875 0.061 277.0) |
Copy-ready code
/* CSS */
color: #cbd3ff;
background-color: #cbd3ff;
/* Tailwind (arbitrary) */
class="text-[#cbd3ff] bg-[#cbd3ff]"
/* SCSS */
$brand: #cbd3ff;
/* SwiftUI */
Color(red: 0.796, green: 0.827, blue: 1.000)
/* Android */
Color.parseColor("#cbd3ff")Accessibility — WCAG contrast
Aa
#cbd3ff on white: 1.47:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbd3ff on black: 14.30:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green82.7%
Blue100.0%
CMYK percentages
Cyan20.4%
Magenta17.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cbd3ff text on a black background
contrast 14.30:1
Card sample
#cbd3ff text on a white background
contrast 1.47:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbd3ff;
Background color
Panel with #cbd3ff background
background-color: #cbd3ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbd3ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 211, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 211, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbd3ff; background: linear-gradient(135deg, #cbd3ff, #E6CBFF);