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