#ceadef
a light, vivid violet · warm · closest name: plum
RGB
206, 173, 239
HSL
270°, 67%, 81%
CMYK
14, 28, 0, 6
Luminance
0.4924
Every format
| HEX | #ceadef |
| RGB | rgb(206, 173, 239) |
| HSL | hsl(270, 67%, 81%) |
| CMYK | cmyk(14%, 28%, 0%, 6%) |
| LAB | lab(75.6 24.3 -28.5) |
| LCH | lch(75.6 37.4 310.4) |
| OKLCH | oklch(0.799 0.098 307.1) |
Copy-ready code
/* CSS */
color: #ceadef;
background-color: #ceadef;
/* Tailwind (arbitrary) */
class="text-[#ceadef] bg-[#ceadef]"
/* SCSS */
$brand: #ceadef;
/* SwiftUI */
Color(red: 0.808, green: 0.678, blue: 0.937)
/* Android */
Color.parseColor("#ceadef")Accessibility — WCAG contrast
Aa
#ceadef on white: 1.94:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceadef on black: 10.85:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green67.8%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta27.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ceadef text on a black background
contrast 10.85:1
Card sample
#ceadef text on a white background
contrast 1.94:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceadef;
Background color
Panel with #ceadef background
background-color: #ceadef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceadef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 173, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 173, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceadef; background: linear-gradient(135deg, #ceadef, #EFADE4);