#ceb2f0
a light, vivid violet · warm · closest name: plum
RGB
206, 178, 240
HSL
267°, 67%, 82%
CMYK
14, 26, 0, 6
Luminance
0.5125
Every format
| HEX | #ceb2f0 |
| RGB | rgb(206, 178, 240) |
| HSL | hsl(267, 67%, 82%) |
| CMYK | cmyk(14%, 26%, 0%, 6%) |
| LAB | lab(76.8 21.8 -27.2) |
| LCH | lch(76.8 34.8 308.7) |
| OKLCH | oklch(0.809 0.091 305.1) |
Copy-ready code
/* CSS */
color: #ceb2f0;
background-color: #ceb2f0;
/* Tailwind (arbitrary) */
class="text-[#ceb2f0] bg-[#ceb2f0]"
/* SCSS */
$brand: #ceb2f0;
/* SwiftUI */
Color(red: 0.808, green: 0.698, blue: 0.941)
/* Android */
Color.parseColor("#ceb2f0")Accessibility — WCAG contrast
Aa
#ceb2f0 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceb2f0 on black: 11.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green69.8%
Blue94.1%
CMYK percentages
Cyan14.2%
Magenta25.8%
Yellow0.0%
Key (black)5.9%
Color previews
#ceb2f0 text on a black background
contrast 11.25:1
Card sample
#ceb2f0 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceb2f0;
Background color
Panel with #ceb2f0 background
background-color: #ceb2f0;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceb2f0;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 178, 240, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 178, 240, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceb2f0; background: linear-gradient(135deg, #ceb2f0, #F0B2E9);