#cbcdf6
a pale, vivid blue · warm · closest name: lavender
RGB
203, 205, 246
HSL
237°, 71%, 88%
CMYK
18, 17, 0, 4
Luminance
0.6301
Every format
| HEX | #cbcdf6 |
| RGB | rgb(203, 205, 246) |
| HSL | hsl(237, 71%, 88%) |
| CMYK | cmyk(18%, 17%, 0%, 4%) |
| LAB | lab(83.5 7.5 -20.3) |
| LCH | lch(83.5 21.7 290.3) |
| OKLCH | oklch(0.860 0.057 282.9) |
Copy-ready code
/* CSS */
color: #cbcdf6;
background-color: #cbcdf6;
/* Tailwind (arbitrary) */
class="text-[#cbcdf6] bg-[#cbcdf6]"
/* SCSS */
$brand: #cbcdf6;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.965)
/* Android */
Color.parseColor("#cbcdf6")Accessibility — WCAG contrast
Aa
#cbcdf6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdf6 on black: 13.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue96.5%
CMYK percentages
Cyan17.5%
Magenta16.7%
Yellow0.0%
Key (black)3.5%
Color previews
#cbcdf6 text on a black background
contrast 13.60:1
Card sample
#cbcdf6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdf6;
Background color
Panel with #cbcdf6 background
background-color: #cbcdf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdf6; background: linear-gradient(135deg, #cbcdf6, #E6CBF6);