#cfcaef
a pale, vivid blue · warm · closest name: lavender
RGB
207, 202, 239
HSL
248°, 54%, 87%
CMYK
13, 16, 0, 6
Luminance
0.6174
Every format
| HEX | #cfcaef |
| RGB | rgb(207, 202, 239) |
| HSL | hsl(248, 54%, 87%) |
| CMYK | cmyk(13%, 16%, 0%, 6%) |
| LAB | lab(82.8 8.9 -17.6) |
| LCH | lch(82.8 19.7 296.8) |
| OKLCH | oklch(0.855 0.051 291.5) |
Copy-ready code
/* CSS */
color: #cfcaef;
background-color: #cfcaef;
/* Tailwind (arbitrary) */
class="text-[#cfcaef] bg-[#cfcaef]"
/* SCSS */
$brand: #cfcaef;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.937)
/* Android */
Color.parseColor("#cfcaef")Accessibility — WCAG contrast
Aa
#cfcaef on white: 1.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcaef on black: 13.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue93.7%
CMYK percentages
Cyan13.4%
Magenta15.5%
Yellow0.0%
Key (black)6.3%
Color previews
#cfcaef text on a black background
contrast 13.35:1
Card sample
#cfcaef text on a white background
contrast 1.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcaef;
Background color
Panel with #cfcaef background
background-color: #cfcaef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcaef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcaef; background: linear-gradient(135deg, #cfcaef, #E8CAEF);