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