#cfcfeb
a pale, soft blue · warm · closest name: lavender
RGB
207, 207, 235
HSL
240°, 41%, 87%
CMYK
12, 12, 0, 8
Luminance
0.6389
Every format
| HEX | #cfcfeb |
| RGB | rgb(207, 207, 235) |
| HSL | hsl(240, 41%, 87%) |
| CMYK | cmyk(12%, 12%, 0%, 8%) |
| LAB | lab(83.9 5.4 -13.8) |
| LCH | lch(83.9 14.8 291.4) |
| OKLCH | oklch(0.863 0.038 285.6) |
Copy-ready code
/* CSS */
color: #cfcfeb;
background-color: #cfcfeb;
/* Tailwind (arbitrary) */
class="text-[#cfcfeb] bg-[#cfcfeb]"
/* SCSS */
$brand: #cfcfeb;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#cfcfeb")Accessibility — WCAG contrast
Aa
#cfcfeb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcfeb on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue92.2%
CMYK percentages
Cyan11.9%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cfcfeb text on a black background
contrast 13.78:1
Card sample
#cfcfeb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcfeb;
Background color
Panel with #cfcfeb background
background-color: #cfcfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcfeb; background: linear-gradient(135deg, #cfcfeb, #E2CFEB);