#ceccef
a pale, vivid blue · warm · closest name: lavender
RGB
206, 204, 239
HSL
243°, 52%, 87%
CMYK
14, 15, 0, 6
Luminance
0.6254
Every format
| HEX | #ceccef |
| RGB | rgb(206, 204, 239) |
| HSL | hsl(243, 52%, 87%) |
| CMYK | cmyk(14%, 15%, 0%, 6%) |
| LAB | lab(83.2 7.5 -16.9) |
| LCH | lch(83.2 18.5 293.9) |
| OKLCH | oklch(0.858 0.048 288.0) |
Copy-ready code
/* CSS */
color: #ceccef;
background-color: #ceccef;
/* Tailwind (arbitrary) */
class="text-[#ceccef] bg-[#ceccef]"
/* SCSS */
$brand: #ceccef;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.937)
/* Android */
Color.parseColor("#ceccef")Accessibility — WCAG contrast
Aa
#ceccef on white: 1.55:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccef on black: 13.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue93.7%
CMYK percentages
Cyan13.8%
Magenta14.6%
Yellow0.0%
Key (black)6.3%
Color previews
#ceccef text on a black background
contrast 13.51:1
Card sample
#ceccef text on a white background
contrast 1.55:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccef;
Background color
Panel with #ceccef background
background-color: #ceccef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccef; background: linear-gradient(135deg, #ceccef, #E5CCEF);