#ceccf6
a pale, vivid blue · warm · closest name: lavender
RGB
206, 204, 246
HSL
243°, 70%, 88%
CMYK
16, 17, 0, 4
Luminance
0.6296
Every format
| HEX | #ceccf6 |
| RGB | rgb(206, 204, 246) |
| HSL | hsl(243, 70%, 88%) |
| CMYK | cmyk(16%, 17%, 0%, 4%) |
| LAB | lab(83.4 9.0 -20.3) |
| LCH | lch(83.4 22.2 293.8) |
| OKLCH | oklch(0.860 0.058 287.3) |
Copy-ready code
/* CSS */
color: #ceccf6;
background-color: #ceccf6;
/* Tailwind (arbitrary) */
class="text-[#ceccf6] bg-[#ceccf6]"
/* SCSS */
$brand: #ceccf6;
/* SwiftUI */
Color(red: 0.808, green: 0.800, blue: 0.965)
/* Android */
Color.parseColor("#ceccf6")Accessibility — WCAG contrast
Aa
#ceccf6 on white: 1.54:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ceccf6 on black: 13.59:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.0%
Blue96.5%
CMYK percentages
Cyan16.3%
Magenta17.1%
Yellow0.0%
Key (black)3.5%
Color previews
#ceccf6 text on a black background
contrast 13.59:1
Card sample
#ceccf6 text on a white background
contrast 1.54:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ceccf6;
Background color
Panel with #ceccf6 background
background-color: #ceccf6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ceccf6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 204, 246, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 204, 246, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ceccf6; background: linear-gradient(135deg, #ceccf6, #EACCF6);