#cecff4
a pale, vivid blue · warm · closest name: lavender
RGB
206, 207, 244
HSL
238°, 63%, 88%
CMYK
16, 15, 0, 4
Luminance
0.6428
Every format
| HEX | #cecff4 |
| RGB | rgb(206, 207, 244) |
| HSL | hsl(238, 63%, 88%) |
| CMYK | cmyk(16%, 15%, 0%, 4%) |
| LAB | lab(84.1 6.9 -18.2) |
| LCH | lch(84.1 19.5 290.8) |
| OKLCH | oklch(0.866 0.051 284.1) |
Copy-ready code
/* CSS */
color: #cecff4;
background-color: #cecff4;
/* Tailwind (arbitrary) */
class="text-[#cecff4] bg-[#cecff4]"
/* SCSS */
$brand: #cecff4;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.957)
/* Android */
Color.parseColor("#cecff4")Accessibility — WCAG contrast
Aa
#cecff4 on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecff4 on black: 13.86:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue95.7%
CMYK percentages
Cyan15.6%
Magenta15.2%
Yellow0.0%
Key (black)4.3%
Color previews
#cecff4 text on a black background
contrast 13.86:1
Card sample
#cecff4 text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecff4;
Background color
Panel with #cecff4 background
background-color: #cecff4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecff4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 244, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 244, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecff4; background: linear-gradient(135deg, #cecff4, #E6CEF4);