#cbcdf0
a pale, vivid blue · warm · closest name: lavender
RGB
203, 205, 240
HSL
237°, 55%, 87%
CMYK
15, 15, 0, 6
Luminance
0.6265
Every format
| HEX | #cbcdf0 |
| RGB | rgb(203, 205, 240) |
| HSL | hsl(237, 55%, 87%) |
| CMYK | cmyk(15%, 15%, 0%, 6%) |
| LAB | lab(83.3 6.2 -17.4) |
| LCH | lch(83.3 18.5 289.7) |
| OKLCH | oklch(0.858 0.048 282.7) |
Copy-ready code
/* CSS */
color: #cbcdf0;
background-color: #cbcdf0;
/* Tailwind (arbitrary) */
class="text-[#cbcdf0] bg-[#cbcdf0]"
/* SCSS */
$brand: #cbcdf0;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.941)
/* Android */
Color.parseColor("#cbcdf0")Accessibility — WCAG contrast
Aa
#cbcdf0 on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdf0 on black: 13.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue94.1%
CMYK percentages
Cyan15.4%
Magenta14.6%
Yellow0.0%
Key (black)5.9%
Color previews
#cbcdf0 text on a black background
contrast 13.53:1
Card sample
#cbcdf0 text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdf0;
Background color
Panel with #cbcdf0 background
background-color: #cbcdf0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdf0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdf0; background: linear-gradient(135deg, #cbcdf0, #E2CBF0);