#cdc7fc
a pale, electric blue · warm · closest name: lavender
RGB
205, 199, 252
HSL
247°, 90%, 88%
CMYK
19, 21, 0, 1
Luminance
0.6085
Every format
| HEX | #cdc7fc |
| RGB | rgb(205, 199, 252) |
| HSL | hsl(247, 90%, 88%) |
| CMYK | cmyk(19%, 21%, 0%, 1%) |
| LAB | lab(82.3 12.6 -25.2) |
| LCH | lch(82.3 28.2 296.6) |
| OKLCH | oklch(0.852 0.073 289.9) |
Copy-ready code
/* CSS */
color: #cdc7fc;
background-color: #cdc7fc;
/* Tailwind (arbitrary) */
class="text-[#cdc7fc] bg-[#cdc7fc]"
/* SCSS */
$brand: #cdc7fc;
/* SwiftUI */
Color(red: 0.804, green: 0.780, blue: 0.988)
/* Android */
Color.parseColor("#cdc7fc")Accessibility — WCAG contrast
Aa
#cdc7fc on white: 1.59:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cdc7fc on black: 13.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.4%
Green78.0%
Blue98.8%
CMYK percentages
Cyan18.7%
Magenta21.0%
Yellow0.0%
Key (black)1.2%
Color previews
#cdc7fc text on a black background
contrast 13.17:1
Card sample
#cdc7fc text on a white background
contrast 1.59:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cdc7fc;
Background color
Panel with #cdc7fc background
background-color: #cdc7fc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cdc7fc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(205, 199, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(205, 199, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cdc7fc; background: linear-gradient(135deg, #cdc7fc, #F0C7FC);