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