#cecef3
a pale, vivid blue · warm · closest name: lavender
RGB
206, 206, 243
HSL
240°, 61%, 88%
CMYK
15, 15, 0, 5
Luminance
0.6374
Every format
| HEX | #cecef3 |
| RGB | rgb(206, 206, 243) |
| HSL | hsl(240, 61%, 88%) |
| CMYK | cmyk(15%, 15%, 0%, 5%) |
| LAB | lab(83.8 7.3 -18.1) |
| LCH | lch(83.8 19.5 291.9) |
| OKLCH | oklch(0.863 0.051 285.3) |
Copy-ready code
/* CSS */
color: #cecef3;
background-color: #cecef3;
/* Tailwind (arbitrary) */
class="text-[#cecef3] bg-[#cecef3]"
/* SCSS */
$brand: #cecef3;
/* SwiftUI */
Color(red: 0.808, green: 0.808, blue: 0.953)
/* Android */
Color.parseColor("#cecef3")Accessibility — WCAG contrast
Aa
#cecef3 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecef3 on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green80.8%
Blue95.3%
CMYK percentages
Cyan15.2%
Magenta15.2%
Yellow0.0%
Key (black)4.7%
Color previews
#cecef3 text on a black background
contrast 13.75:1
Card sample
#cecef3 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecef3;
Background color
Panel with #cecef3 background
background-color: #cecef3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecef3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 206, 243, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 206, 243, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecef3; background: linear-gradient(135deg, #cecef3, #E7CEF3);