#ceafee
a light, vivid violet · warm · closest name: plum
RGB
206, 175, 238
HSL
270°, 65%, 81%
CMYK
13, 27, 0, 7
Luminance
0.4995
Every format
| HEX | #ceafee |
| RGB | rgb(206, 175, 238) |
| HSL | hsl(270, 65%, 81%) |
| CMYK | cmyk(13%, 27%, 0%, 7%) |
| LAB | lab(76.0 23.0 -27.3) |
| LCH | lch(76.0 35.7 310.1) |
| OKLCH | oklch(0.802 0.093 306.8) |
Copy-ready code
/* CSS */
color: #ceafee;
background-color: #ceafee;
/* Tailwind (arbitrary) */
class="text-[#ceafee] bg-[#ceafee]"
/* SCSS */
$brand: #ceafee;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.933)
/* Android */
Color.parseColor("#ceafee")Accessibility — WCAG contrast
Aa
#ceafee on white: 1.91:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafee on black: 10.99:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta26.5%
Yellow0.0%
Key (black)6.7%
Color previews
#ceafee text on a black background
contrast 10.99:1
Card sample
#ceafee text on a white background
contrast 1.91:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafee;
Background color
Panel with #ceafee background
background-color: #ceafee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafee; background: linear-gradient(135deg, #ceafee, #EEAFE4);