#cecfeb
a pale, soft blue · warm · closest name: lavender
RGB
206, 207, 235
HSL
238°, 42%, 87%
CMYK
12, 12, 0, 8
Luminance
0.6375
Every format
| HEX | #cecfeb |
| RGB | rgb(206, 207, 235) |
| HSL | hsl(238, 42%, 87%) |
| CMYK | cmyk(12%, 12%, 0%, 8%) |
| LAB | lab(83.8 5.1 -13.9) |
| LCH | lch(83.8 14.8 290.1) |
| OKLCH | oklch(0.863 0.039 283.9) |
Copy-ready code
/* CSS */
color: #cecfeb;
background-color: #cecfeb;
/* Tailwind (arbitrary) */
class="text-[#cecfeb] bg-[#cecfeb]"
/* SCSS */
$brand: #cecfeb;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.922)
/* Android */
Color.parseColor("#cecfeb")Accessibility — WCAG contrast
Aa
#cecfeb on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfeb on black: 13.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue92.2%
CMYK percentages
Cyan12.3%
Magenta11.9%
Yellow0.0%
Key (black)7.8%
Color previews
#cecfeb text on a black background
contrast 13.75:1
Card sample
#cecfeb text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfeb;
Background color
Panel with #cecfeb background
background-color: #cecfeb;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfeb;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 235, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 235, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfeb; background: linear-gradient(135deg, #cecfeb, #E0CEEB);