#cecfee
a pale, vivid blue · warm · closest name: lavender
RGB
206, 207, 238
HSL
238°, 49%, 87%
CMYK
13, 13, 0, 7
Luminance
0.6392
Every format
| HEX | #cecfee |
| RGB | rgb(206, 207, 238) |
| HSL | hsl(238, 49%, 87%) |
| CMYK | cmyk(13%, 13%, 0%, 7%) |
| LAB | lab(83.9 5.7 -15.3) |
| LCH | lch(83.9 16.4 290.4) |
| OKLCH | oklch(0.864 0.043 284.0) |
Copy-ready code
/* CSS */
color: #cecfee;
background-color: #cecfee;
/* Tailwind (arbitrary) */
class="text-[#cecfee] bg-[#cecfee]"
/* SCSS */
$brand: #cecfee;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.933)
/* Android */
Color.parseColor("#cecfee")Accessibility — WCAG contrast
Aa
#cecfee on white: 1.52:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfee on black: 13.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue93.3%
CMYK percentages
Cyan13.4%
Magenta13.0%
Yellow0.0%
Key (black)6.7%
Color previews
#cecfee text on a black background
contrast 13.78:1
Card sample
#cecfee text on a white background
contrast 1.52:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfee;
Background color
Panel with #cecfee background
background-color: #cecfee;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfee;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 238, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 238, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfee; background: linear-gradient(135deg, #cecfee, #E2CEEE);