#cecff7
a pale, vivid blue · warm · closest name: lavender
RGB
206, 207, 247
HSL
239°, 72%, 89%
CMYK
17, 16, 0, 3
Luminance
0.6446
Every format
| HEX | #cecff7 |
| RGB | rgb(206, 207, 247) |
| HSL | hsl(239, 72%, 89%) |
| CMYK | cmyk(17%, 16%, 0%, 3%) |
| LAB | lab(84.2 7.6 -19.7) |
| LCH | lch(84.2 21.1 291.1) |
| OKLCH | oklch(0.867 0.055 284.1) |
Copy-ready code
/* CSS */
color: #cecff7;
background-color: #cecff7;
/* Tailwind (arbitrary) */
class="text-[#cecff7] bg-[#cecff7]"
/* SCSS */
$brand: #cecff7;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.969)
/* Android */
Color.parseColor("#cecff7")Accessibility — WCAG contrast
Aa
#cecff7 on white: 1.51:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecff7 on black: 13.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue96.9%
CMYK percentages
Cyan16.6%
Magenta16.2%
Yellow0.0%
Key (black)3.1%
Color previews
#cecff7 text on a black background
contrast 13.89:1
Card sample
#cecff7 text on a white background
contrast 1.51:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecff7;
Background color
Panel with #cecff7 background
background-color: #cecff7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecff7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 247, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 247, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecff7; background: linear-gradient(135deg, #cecff7, #E8CEF7);