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