#cfc5fd
a pale, electric blue · warm · closest name: plum
RGB
207, 197, 253
HSL
251°, 93%, 88%
CMYK
18, 22, 0, 1
Luminance
0.6029
Every format
| HEX | #cfc5fd |
| RGB | rgb(207, 197, 253) |
| HSL | hsl(251, 93%, 88%) |
| CMYK | cmyk(18%, 22%, 0%, 1%) |
| LAB | lab(82.0 14.5 -26.2) |
| LCH | lch(82.0 30.0 299.0) |
| OKLCH | oklch(0.850 0.078 292.9) |
Copy-ready code
/* CSS */
color: #cfc5fd;
background-color: #cfc5fd;
/* Tailwind (arbitrary) */
class="text-[#cfc5fd] bg-[#cfc5fd]"
/* SCSS */
$brand: #cfc5fd;
/* SwiftUI */
Color(red: 0.812, green: 0.773, blue: 0.992)
/* Android */
Color.parseColor("#cfc5fd")Accessibility — WCAG contrast
Aa
#cfc5fd on white: 1.61:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc5fd on black: 13.06:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green77.3%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta22.1%
Yellow0.0%
Key (black)0.8%
Color previews
#cfc5fd text on a black background
contrast 13.06:1
Card sample
#cfc5fd text on a white background
contrast 1.61:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc5fd;
Background color
Panel with #cfc5fd background
background-color: #cfc5fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc5fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 197, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 197, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc5fd; background: linear-gradient(135deg, #cfc5fd, #F4C5FD);