#cfcff5
a pale, vivid blue · warm · closest name: lavender
RGB
207, 207, 245
HSL
240°, 66%, 89%
CMYK
16, 16, 0, 4
Luminance
0.6448
Every format
| HEX | #cfcff5 |
| RGB | rgb(207, 207, 245) |
| HSL | hsl(240, 66%, 89%) |
| CMYK | cmyk(16%, 16%, 0%, 4%) |
| LAB | lab(84.2 7.5 -18.6) |
| LCH | lch(84.2 20.0 291.9) |
| OKLCH | oklch(0.867 0.052 285.3) |
Copy-ready code
/* CSS */
color: #cfcff5;
background-color: #cfcff5;
/* Tailwind (arbitrary) */
class="text-[#cfcff5] bg-[#cfcff5]"
/* SCSS */
$brand: #cfcff5;
/* SwiftUI */
Color(red: 0.812, green: 0.812, blue: 0.961)
/* Android */
Color.parseColor("#cfcff5")Accessibility — WCAG contrast
Aa
#cfcff5 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcff5 on black: 13.90:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green81.2%
Blue96.1%
CMYK percentages
Cyan15.5%
Magenta15.5%
Yellow0.0%
Key (black)3.9%
Color previews
#cfcff5 text on a black background
contrast 13.90:1
Card sample
#cfcff5 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcff5;
Background color
Panel with #cfcff5 background
background-color: #cfcff5;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcff5;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 207, 245, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 207, 245, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcff5; background: linear-gradient(135deg, #cfcff5, #E8CFF5);