#cfcffd
a pale, electric blue · warm · closest name: lavender
RGB
207, 207, 253
HSL
240°, 92%, 90%
CMYK
18, 18, 0, 1
Luminance
0.6498
Every format
| HEX | #cfcffd |
| RGB | rgb(207, 207, 253) |
| HSL | hsl(240, 92%, 90%) |
| CMYK | cmyk(18%, 18%, 0%, 1%) |
| LAB | lab(84.5 9.2 -22.4) |
| LCH | lch(84.5 24.3 292.2) |
| OKLCH | oklch(0.870 0.063 285.0) |
Copy-ready code
/* CSS */
color: #cfcffd;
background-color: #cfcffd;
/* Tailwind (arbitrary) */
class="text-[#cfcffd] bg-[#cfcffd]"
/* SCSS */
$brand: #cfcffd;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.992)
/* Android */
Color.parseColor("#cfcffd")Accessibility — WCAG contrast
Aa
#cfcffd on white: 1.50:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcffd on black: 14.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue99.2%
CMYK percentages
Cyan18.2%
Magenta18.2%
Yellow0.0%
Key (black)0.8%
Color previews
#cfcffd text on a black background
contrast 14.00:1
Card sample
#cfcffd text on a white background
contrast 1.50:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcffd;
Background color
Panel with #cfcffd background
background-color: #cfcffd;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcffd;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 253, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 253, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcffd; background: linear-gradient(135deg, #cfcffd, #EECFFD);