#cfc4f9
a pale, electric blue · warm · closest name: plum
RGB
207, 196, 249
HSL
253°, 82%, 87%
CMYK
17, 21, 0, 2
Luminance
0.5958
Every format
| HEX | #cfc4f9 |
| RGB | rgb(207, 196, 249) |
| HSL | hsl(253, 82%, 87%) |
| CMYK | cmyk(17%, 21%, 0%, 2%) |
| LAB | lab(81.6 14.2 -24.7) |
| LCH | lch(81.6 28.5 299.9) |
| OKLCH | oklch(0.847 0.074 294.3) |
Copy-ready code
/* CSS */
color: #cfc4f9;
background-color: #cfc4f9;
/* Tailwind (arbitrary) */
class="text-[#cfc4f9] bg-[#cfc4f9]"
/* SCSS */
$brand: #cfc4f9;
/* SwiftUI */
Color(red: 0.812, green: 0.769, blue: 0.976)
/* Android */
Color.parseColor("#cfc4f9")Accessibility — WCAG contrast
Aa
#cfc4f9 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc4f9 on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green76.9%
Blue97.6%
CMYK percentages
Cyan16.9%
Magenta21.3%
Yellow0.0%
Key (black)2.4%
Color previews
#cfc4f9 text on a black background
contrast 12.92:1
Card sample
#cfc4f9 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc4f9;
Background color
Panel with #cfc4f9 background
background-color: #cfc4f9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc4f9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 196, 249, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 196, 249, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc4f9; background: linear-gradient(135deg, #cfc4f9, #F2C4F9);