#cec3f7
a pale, electric blue · warm · closest name: plum
RGB
206, 195, 247
HSL
253°, 77%, 87%
CMYK
17, 21, 0, 3
Luminance
0.5887
Every format
| HEX | #cec3f7 |
| RGB | rgb(206, 195, 247) |
| HSL | hsl(253, 77%, 87%) |
| CMYK | cmyk(17%, 21%, 0%, 3%) |
| LAB | lab(81.2 14.0 -24.2) |
| LCH | lch(81.2 28.0 300.0) |
| OKLCH | oklch(0.843 0.073 294.5) |
Copy-ready code
/* CSS */
color: #cec3f7;
background-color: #cec3f7;
/* Tailwind (arbitrary) */
class="text-[#cec3f7] bg-[#cec3f7]"
/* SCSS */
$brand: #cec3f7;
/* SwiftUI */
Color(red: 0.808, green: 0.765, blue: 0.969)
/* Android */
Color.parseColor("#cec3f7")Accessibility — WCAG contrast
Aa
#cec3f7 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec3f7 on black: 12.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green76.5%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta21.1%
Yellow0.0%
Key (black)3.1%
Color previews
#cec3f7 text on a black background
contrast 12.77:1
Card sample
#cec3f7 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec3f7;
Background color
Panel with #cec3f7 background
background-color: #cec3f7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec3f7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 195, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 195, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec3f7; background: linear-gradient(135deg, #cec3f7, #F1C3F7);