#cecef8
a pale, electric blue · warm · closest name: lavender
RGB
206, 206, 248
HSL
240°, 75%, 89%
CMYK
17, 17, 0, 3
Luminance
0.6404
Every format
| HEX | #cecef8 |
| RGB | rgb(206, 206, 248) |
| HSL | hsl(240, 75%, 89%) |
| CMYK | cmyk(17%, 17%, 0%, 3%) |
| LAB | lab(84.0 8.3 -20.6) |
| LCH | lch(84.0 22.2 292.0) |
| OKLCH | oklch(0.865 0.058 285.1) |
Copy-ready code
/* CSS */
color: #cecef8;
background-color: #cecef8;
/* Tailwind (arbitrary) */
class="text-[#cecef8] bg-[#cecef8]"
/* SCSS */
$brand: #cecef8;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.973)
/* Android */
Color.parseColor("#cecef8")Accessibility — WCAG contrast
Aa
#cecef8 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecef8 on black: 13.81:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue97.3%
CMYK percentages
Cyan16.9%
Magenta16.9%
Yellow0.0%
Key (black)2.7%
Color previews
#cecef8 text on a black background
contrast 13.81:1
Card sample
#cecef8 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecef8;
Background color
Panel with #cecef8 background
background-color: #cecef8;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecef8;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 248, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 248, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecef8; background: linear-gradient(135deg, #cecef8, #EACEF8);