#cebcfc
a pale, electric violet · warm · closest name: plum
RGB
206, 188, 252
HSL
257°, 91%, 86%
CMYK
18, 25, 0, 1
Luminance
0.5612
Every format
| HEX | #cebcfc |
| RGB | rgb(206, 188, 252) |
| HSL | hsl(257, 91%, 86%) |
| CMYK | cmyk(18%, 25%, 0%, 1%) |
| LAB | lab(79.7 18.9 -29.2) |
| LCH | lch(79.7 34.8 302.8) |
| OKLCH | oklch(0.832 0.090 297.3) |
Copy-ready code
/* CSS */
color: #cebcfc;
background-color: #cebcfc;
/* Tailwind (arbitrary) */
class="text-[#cebcfc] bg-[#cebcfc]"
/* SCSS */
$brand: #cebcfc;
/* SwiftUI */
Color(red: 0.808, green: 0.737, blue: 0.988)
/* Android */
Color.parseColor("#cebcfc")Accessibility — WCAG contrast
Aa
#cebcfc on white: 1.72:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebcfc on black: 12.22:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green73.7%
Blue98.8%
CMYK percentages
Cyan18.3%
Magenta25.4%
Yellow0.0%
Key (black)1.2%
Color previews
#cebcfc text on a black background
contrast 12.22:1
Card sample
#cebcfc text on a white background
contrast 1.72:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebcfc;
Background color
Panel with #cebcfc background
background-color: #cebcfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebcfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 188, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 188, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebcfc; background: linear-gradient(135deg, #cebcfc, #F9BCFC);