#cbcdfd
a pale, electric blue · warm · closest name: lavender
RGB
203, 205, 253
HSL
238°, 93%, 89%
CMYK
20, 19, 0, 1
Luminance
0.6345
Every format
| HEX | #cbcdfd |
| RGB | rgb(203, 205, 253) |
| HSL | hsl(238, 93%, 89%) |
| CMYK | cmyk(20%, 19%, 0%, 1%) |
| LAB | lab(83.7 9.0 -23.7) |
| LCH | lch(83.7 25.4 290.8) |
| OKLCH | oklch(0.863 0.066 283.0) |
Copy-ready code
/* CSS */
color: #cbcdfd;
background-color: #cbcdfd;
/* Tailwind (arbitrary) */
class="text-[#cbcdfd] bg-[#cbcdfd]"
/* SCSS */
$brand: #cbcdfd;
/* SwiftUI */
Color(red: 0.796, green: 0.804, blue: 0.992)
/* Android */
Color.parseColor("#cbcdfd")Accessibility — WCAG contrast
Aa
#cbcdfd on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbcdfd on black: 13.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green80.4%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta19.0%
Yellow0.0%
Key (black)0.8%
Color previews
#cbcdfd text on a black background
contrast 13.69:1
Card sample
#cbcdfd text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbcdfd;
Background color
Panel with #cbcdfd background
background-color: #cbcdfd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbcdfd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 205, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 205, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbcdfd; background: linear-gradient(135deg, #cbcdfd, #EACBFD);