#cbcdfb
a pale, electric blue · warm · closest name: lavender
RGB
203, 205, 251
HSL
238°, 86%, 89%
CMYK
19, 18, 0, 2
Luminance
0.6332
Every format
| HEX | #cbcdfb |
| RGB | rgb(203, 205, 251) |
| HSL | hsl(238, 86%, 89%) |
| CMYK | cmyk(19%, 18%, 0%, 2%) |
| LAB | lab(83.6 8.6 -22.7) |
| LCH | lch(83.6 24.3 290.7) |
| OKLCH | oklch(0.862 0.064 283.0) |
Copy-ready code
/* CSS */
color: #cbcdfb;
background-color: #cbcdfb;
/* Tailwind (arbitrary) */
class="text-[#cbcdfb] bg-[#cbcdfb]"
/* SCSS */
$brand: #cbcdfb;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#cbcdfb")Accessibility — WCAG contrast
Aa
#cbcdfb on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdfb on black: 13.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue98.4%
CMYK percentages
Cyan19.1%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cbcdfb text on a black background
contrast 13.66:1
Card sample
#cbcdfb text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdfb;
Background color
Panel with #cbcdfb background
background-color: #cbcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdfb; background: linear-gradient(135deg, #cbcdfb, #E9CBFB);