#cebcfe
a pale, electric violet · warm · closest name: plum
RGB
206, 188, 254
HSL
256°, 97%, 87%
CMYK
19, 26, 0, 0
Luminance
0.5624
Every format
| HEX | #cebcfe |
| RGB | rgb(206, 188, 254) |
| HSL | hsl(256, 97%, 87%) |
| CMYK | cmyk(19%, 26%, 0%, 0%) |
| LAB | lab(79.8 19.3 -30.2) |
| LCH | lch(79.8 35.9 302.6) |
| OKLCH | oklch(0.833 0.093 296.8) |
Copy-ready code
/* CSS */
color: #cebcfe;
background-color: #cebcfe;
/* Tailwind (arbitrary) */
class="text-[#cebcfe] bg-[#cebcfe]"
/* SCSS */
$brand: #cebcfe;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.996)
/* Android */
Color.parseColor("#cebcfe")Accessibility — WCAG contrast
Aa
#cebcfe on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcfe on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue99.6%
CMYK percentages
Cyan18.9%
Magenta26.0%
Yellow0.0%
Key (black)0.4%
Color previews
#cebcfe text on a black background
contrast 12.25:1
Card sample
#cebcfe text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcfe;
Background color
Panel with #cebcfe background
background-color: #cebcfe;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcfe;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 254, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 254, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcfe; background: linear-gradient(135deg, #cebcfe, #FABCFE);