#cfcfee
a pale, vivid blue · warm · closest name: lavender
RGB
207, 207, 238
HSL
240°, 48%, 87%
CMYK
13, 13, 0, 7
Luminance
0.6406
Every format
| HEX | #cfcfee |
| RGB | rgb(207, 207, 238) |
| HSL | hsl(240, 48%, 87%) |
| CMYK | cmyk(13%, 13%, 0%, 7%) |
| LAB | lab(84.0 6.0 -15.2) |
| LCH | lch(84.0 16.4 291.6) |
| OKLCH | oklch(0.864 0.043 285.5) |
Copy-ready code
/* CSS */
color: #cfcfee;
background-color: #cfcfee;
/* Tailwind (arbitrary) */
class="text-[#cfcfee] bg-[#cfcfee]"
/* SCSS */
$brand: #cfcfee;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#cfcfee")Accessibility — WCAG contrast
Aa
#cfcfee on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfee on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue93.3%
CMYK percentages
Cyan13.0%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cfcfee text on a black background
contrast 13.81:1
Card sample
#cfcfee text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfee;
Background color
Panel with #cfcfee background
background-color: #cfcfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfee; background: linear-gradient(135deg, #cfcfee, #E4CFEE);