#cfc9f8
a pale, electric blue · warm · closest name: lavender
RGB
207, 201, 248
HSL
248°, 77%, 88%
CMYK
17, 19, 0, 3
Luminance
0.6182
Every format
| HEX | #cfc9f8 |
| RGB | rgb(207, 201, 248) |
| HSL | hsl(248, 77%, 88%) |
| CMYK | cmyk(17%, 19%, 0%, 3%) |
| LAB | lab(82.8 11.3 -22.3) |
| LCH | lch(82.8 25.0 296.9) |
| OKLCH | oklch(0.856 0.065 290.8) |
Copy-ready code
/* CSS */
color: #cfc9f8;
background-color: #cfc9f8;
/* Tailwind (arbitrary) */
class="text-[#cfc9f8] bg-[#cfc9f8]"
/* SCSS */
$brand: #cfc9f8;
/* SwiftUI */
Color(red: 0.812, green: 0.788, blue: 0.973)
/* Android */
Color.parseColor("#cfc9f8")Accessibility — WCAG contrast
Aa
#cfc9f8 on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc9f8 on black: 13.36:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.8%
Blue97.3%
CMYK percentages
Cyan16.5%
Magenta19.0%
Yellow0.0%
Key (black)2.7%
Color previews
#cfc9f8 text on a black background
contrast 13.36:1
Card sample
#cfc9f8 text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc9f8;
Background color
Panel with #cfc9f8 background
background-color: #cfc9f8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc9f8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 201, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 201, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc9f8; background: linear-gradient(135deg, #cfc9f8, #EEC9F8);