#cbc7fd
a pale, electric blue · warm · closest name: lavender
RGB
203, 199, 253
HSL
244°, 93%, 89%
CMYK
20, 21, 0, 1
Luminance
0.6064
Every format
| HEX | #cbc7fd |
| RGB | rgb(203, 199, 253) |
| HSL | hsl(244, 93%, 89%) |
| CMYK | cmyk(20%, 21%, 0%, 1%) |
| LAB | lab(82.2 12.2 -26.0) |
| LCH | lch(82.2 28.7 295.2) |
| OKLCH | oklch(0.851 0.075 288.1) |
Copy-ready code
/* CSS */
color: #cbc7fd;
background-color: #cbc7fd;
/* Tailwind (arbitrary) */
class="text-[#cbc7fd] bg-[#cbc7fd]"
/* SCSS */
$brand: #cbc7fd;
/* SwiftUI */
Color(red: 0.796, green: 0.780, blue: 0.992)
/* Android */
Color.parseColor("#cbc7fd")Accessibility — WCAG contrast
Aa
#cbc7fd on white: 1.60:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cbc7fd on black: 13.13:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red79.6%
Green78.0%
Blue99.2%
CMYK percentages
Cyan19.8%
Magenta21.3%
Yellow0.0%
Key (black)0.8%
Color previews
#cbc7fd text on a black background
contrast 13.13:1
Card sample
#cbc7fd text on a white background
contrast 1.60:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cbc7fd;
Background color
Panel with #cbc7fd background
background-color: #cbc7fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cbc7fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(203, 199, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(203, 199, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cbc7fd; background: linear-gradient(135deg, #cbc7fd, #EFC7FD);