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