#cec1ff
a pale, electric blue · warm · closest name: plum
RGB
206, 193, 255
HSL
253°, 100%, 88%
CMYK
19, 24, 0, 0
Luminance
0.5848
Every format
| HEX | #cec1ff |
| RGB | rgb(206, 193, 255) |
| HSL | hsl(253, 100%, 88%) |
| CMYK | cmyk(19%, 24%, 0%, 0%) |
| LAB | lab(81.0 16.8 -28.8) |
| LCH | lch(81.0 33.4 300.3) |
| OKLCH | oklch(0.843 0.086 294.1) |
Copy-ready code
/* CSS */
color: #cec1ff;
background-color: #cec1ff;
/* Tailwind (arbitrary) */
class="text-[#cec1ff] bg-[#cec1ff]"
/* SCSS */
$brand: #cec1ff;
/* SwiftUI */
Color(red: 0.808, green: 0.757, blue: 1.000)
/* Android */
Color.parseColor("#cec1ff")Accessibility — WCAG contrast
Aa
#cec1ff on white: 1.65:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cec1ff on black: 12.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green75.7%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta24.3%
Yellow0.0%
Key (black)0.0%
Color previews
#cec1ff text on a black background
contrast 12.70:1
Card sample
#cec1ff text on a white background
contrast 1.65:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cec1ff;
Background color
Panel with #cec1ff background
background-color: #cec1ff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cec1ff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 193, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 193, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cec1ff; background: linear-gradient(135deg, #cec1ff, #F7C1FF);