#cfcdfb
a pale, electric blue · warm · closest name: lavender
RGB
207, 205, 251
HSL
243°, 85%, 89%
CMYK
18, 18, 0, 2
Luminance
0.6389
Every format
| HEX | #cfcdfb |
| RGB | rgb(207, 205, 251) |
| HSL | hsl(243, 85%, 89%) |
| CMYK | cmyk(18%, 18%, 0%, 2%) |
| LAB | lab(83.9 9.8 -22.3) |
| LCH | lch(83.9 24.3 293.8) |
| OKLCH | oklch(0.865 0.063 287.0) |
Copy-ready code
/* CSS */
color: #cfcdfb;
background-color: #cfcdfb;
/* Tailwind (arbitrary) */
class="text-[#cfcdfb] bg-[#cfcdfb]"
/* SCSS */
$brand: #cfcdfb;
/* SwiftUI */
Color(red: 0.812, green: 0.804, blue: 0.984)
/* Android */
Color.parseColor("#cfcdfb")Accessibility — WCAG contrast
Aa
#cfcdfb on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cfcdfb on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red81.2%
Green80.4%
Blue98.4%
CMYK percentages
Cyan17.5%
Magenta18.3%
Yellow0.0%
Key (black)1.6%
Color previews
#cfcdfb text on a black background
contrast 13.78:1
Card sample
#cfcdfb text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cfcdfb;
Background color
Panel with #cfcdfb background
background-color: #cfcdfb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cfcdfb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(207, 205, 251, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(207, 205, 251, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cfcdfb; background: linear-gradient(135deg, #cfcdfb, #EECDFB);