#cfcafb
a pale, electric blue · warm · closest name: lavender
RGB
207, 202, 251
HSL
246°, 86%, 89%
CMYK
18, 20, 0, 2
Luminance
0.6247
Every format
| HEX | #cfcafb |
| RGB | rgb(207, 202, 251) |
| HSL | hsl(246, 86%, 89%) |
| CMYK | cmyk(18%, 20%, 0%, 2%) |
| LAB | lab(83.2 11.4 -23.4) |
| LCH | lch(83.2 26.0 296.0) |
| OKLCH | oklch(0.859 0.068 289.6) |
Copy-ready code
/* CSS */
color: #cfcafb;
background-color: #cfcafb;
/* Tailwind (arbitrary) */
class="text-[#cfcafb] bg-[#cfcafb]"
/* SCSS */
$brand: #cfcafb;
/* SwiftUI */
Color(red: 0.812, green: 0.792, blue: 0.984)
/* Android */
Color.parseColor("#cfcafb")Accessibility — WCAG contrast
Aa
#cfcafb on white: 1.56:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcafb on black: 13.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green79.2%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta19.5%
Yellow0.0%
Key (black)1.6%
Color previews
#cfcafb text on a black background
contrast 13.49:1
Card sample
#cfcafb text on a white background
contrast 1.56:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcafb;
Background color
Panel with #cfcafb background
background-color: #cfcafb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcafb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 202, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 202, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcafb; background: linear-gradient(135deg, #cfcafb, #F0CAFB);