#ceafdb
a light, soft violet · warm · closest name: plum
RGB
206, 175, 219
HSL
282°, 38%, 77%
CMYK
6, 20, 0, 14
Luminance
0.4890
Every format
| HEX | #ceafdb |
| RGB | rgb(206, 175, 219) |
| HSL | hsl(282, 38%, 77%) |
| CMYK | cmyk(6%, 20%, 0%, 14%) |
| LAB | lab(75.4 19.1 -18.0) |
| LCH | lch(75.4 26.2 316.7) |
| OKLCH | oklch(0.795 0.070 315.9) |
Copy-ready code
/* CSS */
color: #ceafdb;
background-color: #ceafdb;
/* Tailwind (arbitrary) */
class="text-[#ceafdb] bg-[#ceafdb]"
/* SCSS */
$brand: #ceafdb;
/* SwiftUI */
Color(red: 0.808, green: 0.686, blue: 0.859)
/* Android */
Color.parseColor("#ceafdb")Accessibility — WCAG contrast
Aa
#ceafdb on white: 1.95:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceafdb on black: 10.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green68.6%
Blue85.9%
CMYK percentages
Cyan5.9%
Magenta20.1%
Yellow0.0%
Key (black)14.1%
Color previews
#ceafdb text on a black background
contrast 10.78:1
Card sample
#ceafdb text on a white background
contrast 1.95:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceafdb;
Background color
Panel with #ceafdb background
background-color: #ceafdb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceafdb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 175, 219, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 175, 219, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceafdb; background: linear-gradient(135deg, #ceafdb, #DBAFCB);