#edebfc
a pale, vivid blue · warm · closest name: lavender
RGB
237, 235, 252
HSL
247°, 74%, 96%
CMYK
6, 7, 0, 1
Luminance
0.8445
Every format
| HEX | #edebfc |
| RGB | rgb(237, 235, 252) |
| HSL | hsl(247, 74%, 96%) |
| CMYK | cmyk(6%, 7%, 0%, 1%) |
| LAB | lab(93.7 3.8 -8.0) |
| LCH | lch(93.7 8.8 295.4) |
| OKLCH | oklch(0.947 0.023 291.4) |
Copy-ready code
/* CSS */
color: #edebfc;
background-color: #edebfc;
/* Tailwind (arbitrary) */
class="text-[#edebfc] bg-[#edebfc]"
/* SCSS */
$brand: #edebfc;
/* SwiftUI */
Color(red: 0.929, green: 0.922, blue: 0.988)
/* Android */
Color.parseColor("#edebfc")Accessibility — WCAG contrast
Aa
#edebfc on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#edebfc on black: 17.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red92.9%
Green92.2%
Blue98.8%
CMYK percentages
Cyan6.0%
Magenta6.7%
Yellow0.0%
Key (black)1.2%
Color previews
#edebfc text on a black background
contrast 17.89:1
Card sample
#edebfc text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #edebfc;
Background color
Panel with #edebfc background
background-color: #edebfc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #edebfc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(237, 235, 252, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(237, 235, 252, 0.45);
Border & gradient
Gradient panel
border: 3px solid #edebfc; background: linear-gradient(135deg, #edebfc, #F8EBFC);