#cebaf6
a light, electric violet · warm · closest name: plum
RGB
206, 186, 246
HSL
260°, 77%, 85%
CMYK
16, 24, 0, 4
Luminance
0.5489
Every format
| HEX | #cebaf6 |
| RGB | rgb(206, 186, 246) |
| HSL | hsl(260, 77%, 85%) |
| CMYK | cmyk(16%, 24%, 0%, 4%) |
| LAB | lab(79.0 18.7 -27.1) |
| LCH | lch(79.0 32.9 304.6) |
| OKLCH | oklch(0.826 0.085 299.8) |
Copy-ready code
/* CSS */
color: #cebaf6;
background-color: #cebaf6;
/* Tailwind (arbitrary) */
class="text-[#cebaf6] bg-[#cebaf6]"
/* SCSS */
$brand: #cebaf6;
/* SwiftUI */
Color(red: 0.808, green: 0.729, blue: 0.965)
/* Android */
Color.parseColor("#cebaf6")Accessibility — WCAG contrast
Aa
#cebaf6 on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebaf6 on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green72.9%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta24.4%
Yellow0.0%
Key (black)3.5%
Color previews
#cebaf6 text on a black background
contrast 11.98:1
Card sample
#cebaf6 text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebaf6;
Background color
Panel with #cebaf6 background
background-color: #cebaf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebaf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 186, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 186, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebaf6; background: linear-gradient(135deg, #cebaf6, #F6BAF6);