#cebaff
a pale, electric violet · warm · closest name: plum
RGB
206, 186, 255
HSL
257°, 100%, 87%
CMYK
19, 27, 0, 0
Luminance
0.5546
Every format
| HEX | #cebaff |
| RGB | rgb(206, 186, 255) |
| HSL | hsl(257, 100%, 87%) |
| CMYK | cmyk(19%, 27%, 0%, 0%) |
| LAB | lab(79.3 20.6 -31.4) |
| LCH | lch(79.3 37.6 303.3) |
| OKLCH | oklch(0.830 0.097 297.5) |
Copy-ready code
/* CSS */
color: #cebaff;
background-color: #cebaff;
/* Tailwind (arbitrary) */
class="text-[#cebaff] bg-[#cebaff]"
/* SCSS */
$brand: #cebaff;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 1.000)
/* Android */
Color.parseColor("#cebaff")Accessibility — WCAG contrast
Aa
#cebaff on white: 1.74:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaff on black: 12.09:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta27.1%
Yellow0.0%
Key (black)0.0%
Color previews
#cebaff text on a black background
contrast 12.09:1
Card sample
#cebaff text on a white background
contrast 1.74:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaff;
Background color
Panel with #cebaff background
background-color: #cebaff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaff; background: linear-gradient(135deg, #cebaff, #FCBAFF);