#cecfe7
a pale, soft blue · warm · closest name: lavender
RGB
206, 207, 231
HSL
238°, 34%, 86%
CMYK
11, 10, 0, 9
Luminance
0.6352
Every format
| HEX | #cecfe7 |
| RGB | rgb(206, 207, 231) |
| HSL | hsl(238, 34%, 86%) |
| CMYK | cmyk(11%, 10%, 0%, 9%) |
| LAB | lab(83.7 4.3 -11.9) |
| LCH | lch(83.7 12.7 289.7) |
| OKLCH | oklch(0.861 0.033 283.8) |
Copy-ready code
/* CSS */
color: #cecfe7;
background-color: #cecfe7;
/* Tailwind (arbitrary) */
class="text-[#cecfe7] bg-[#cecfe7]"
/* SCSS */
$brand: #cecfe7;
/* SwiftUI */
Color(red: 0.808, green: 0.812, blue: 0.906)
/* Android */
Color.parseColor("#cecfe7")Accessibility — WCAG contrast
Aa
#cecfe7 on white: 1.53:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#cecfe7 on black: 13.70:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red80.8%
Green81.2%
Blue90.6%
CMYK percentages
Cyan10.8%
Magenta10.4%
Yellow0.0%
Key (black)9.4%
Color previews
#cecfe7 text on a black background
contrast 13.70:1
Card sample
#cecfe7 text on a white background
contrast 1.53:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #cecfe7;
Background color
Panel with #cecfe7 background
background-color: #cecfe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #cecfe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(206, 207, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(206, 207, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #cecfe7; background: linear-gradient(135deg, #cecfe7, #DECEE7);