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