#cfc9fd
a pale, electric blue · warm · closest name: lavender
RGB
207, 201, 253
HSL
247°, 93%, 89%
CMYK
18, 21, 0, 1
Luminance
0.6213
Every format
| HEX | #cfc9fd |
| RGB | rgb(207, 201, 253) |
| HSL | hsl(247, 93%, 89%) |
| CMYK | cmyk(18%, 21%, 0%, 1%) |
| LAB | lab(83.0 12.4 -24.7) |
| LCH | lch(83.0 27.6 296.6) |
| OKLCH | oklch(0.858 0.072 290.1) |
Copy-ready code
/* CSS */
color: #cfc9fd;
background-color: #cfc9fd;
/* Tailwind (arbitrary) */
class="text-[#cfc9fd] bg-[#cfc9fd]"
/* SCSS */
$brand: #cfc9fd;
/* SwiftUI */
Color(red: 0.812, green: 0.788, blue: 0.992)
/* Android */
Color.parseColor("#cfc9fd")Accessibility — WCAG contrast
Aa
#cfc9fd on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfc9fd on black: 13.43:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green78.8%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta20.6%
Yellow0.0%
Key (black)0.8%
Color previews
#cfc9fd text on a black background
contrast 13.43:1
Card sample
#cfc9fd text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfc9fd;
Background color
Panel with #cfc9fd background
background-color: #cfc9fd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfc9fd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 201, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 201, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfc9fd; background: linear-gradient(135deg, #cfc9fd, #F2C9FD);