#efcfff
a pale, electric violet · warm · closest name: plum
RGB
239, 207, 255
HSL
280°, 100%, 91%
CMYK
6, 19, 0, 0
Luminance
0.7020
Every format
| HEX | #efcfff |
| RGB | rgb(239, 207, 255) |
| HSL | hsl(280, 100%, 91%) |
| CMYK | cmyk(6%, 19%, 0%, 0%) |
| LAB | lab(87.1 19.6 -19.3) |
| LCH | lch(87.1 27.5 315.5) |
| OKLCH | oklch(0.896 0.073 314.4) |
Copy-ready code
/* CSS */
color: #efcfff;
background-color: #efcfff;
/* Tailwind (arbitrary) */
class="text-[#efcfff] bg-[#efcfff]"
/* SCSS */
$brand: #efcfff;
/* SwiftUI */
Color(red: 0.937, green: 0.812, blue: 1.000)
/* Android */
Color.parseColor("#efcfff")Accessibility — WCAG contrast
Aa
#efcfff on white: 1.40:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efcfff on black: 15.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green81.2%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta18.8%
Yellow0.0%
Key (black)0.0%
Color previews
#efcfff text on a black background
contrast 15.04:1
Card sample
#efcfff text on a white background
contrast 1.40:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efcfff;
Background color
Panel with #efcfff background
background-color: #efcfff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efcfff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 207, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 207, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efcfff; background: linear-gradient(135deg, #efcfff, #FFCFEF);