#cebfef
a light, vivid violet · warm · closest name: plum
RGB
206, 191, 239
HSL
259°, 60%, 84%
CMYK
14, 20, 0, 6
Luminance
0.5662
Every format
| HEX | #cebfef |
| RGB | rgb(206, 191, 239) |
| HSL | hsl(259, 60%, 84%) |
| CMYK | cmyk(14%, 20%, 0%, 6%) |
| LAB | lab(80.0 14.5 -21.9) |
| LCH | lch(80.0 26.2 303.5) |
| OKLCH | oklch(0.833 0.068 299.2) |
Copy-ready code
/* CSS */
color: #cebfef;
background-color: #cebfef;
/* Tailwind (arbitrary) */
class="text-[#cebfef] bg-[#cebfef]"
/* SCSS */
$brand: #cebfef;
/* SwiftUI */
Color(red: 0.808, green: 0.749, blue: 0.937)
/* Android */
Color.parseColor("#cebfef")Accessibility — WCAG contrast
Aa
#cebfef on white: 1.70:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cebfef on black: 12.32:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green74.9%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta20.1%
Yellow0.0%
Key (black)6.3%
Color previews
#cebfef text on a black background
contrast 12.32:1
Card sample
#cebfef text on a white background
contrast 1.70:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cebfef;
Background color
Panel with #cebfef background
background-color: #cebfef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cebfef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 191, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 191, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cebfef; background: linear-gradient(135deg, #cebfef, #EEBFEF);