#ceafff
a light, electric violet · warm · closest name: plum
RGB
206, 175, 255
HSL
263°, 100%, 84%
CMYK
19, 31, 0, 0
Luminance
0.5100
Every format
| HEX | #ceafff |
| RGB | rgb(206, 175, 255) |
| HSL | hsl(263, 100%, 84%) |
| CMYK | cmyk(19%, 31%, 0%, 0%) |
| LAB | lab(76.7 26.6 -35.5) |
| LCH | lch(76.7 44.4 306.9) |
| OKLCH | oklch(0.809 0.115 301.7) |
Copy-ready code
/* CSS */
color: #ceafff;
background-color: #ceafff;
/* Tailwind (arbitrary) */
class="text-[#ceafff] bg-[#ceafff]"
/* SCSS */
$brand: #ceafff;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#ceafff")Accessibility — WCAG contrast
Aa
#ceafff on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafff on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue100.0%
CMYK percentages
Cyan19.2%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#ceafff text on a black background
contrast 11.20:1
Card sample
#ceafff text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafff;
Background color
Panel with #ceafff background
background-color: #ceafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafff; background: linear-gradient(135deg, #ceafff, #FFAFFB);