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