#efafff
a light, electric violet · warm · closest name: plum
RGB
239, 175, 255
HSL
288°, 100%, 84%
CMYK
6, 31, 0, 0
Luminance
0.5623
Every format
| HEX | #efafff |
| RGB | rgb(239, 175, 255) |
| HSL | hsl(288, 100%, 84%) |
| CMYK | cmyk(6%, 31%, 0%, 0%) |
| LAB | lab(79.8 36.6 -30.5) |
| LCH | lch(79.8 47.6 320.2) |
| OKLCH | oklch(0.840 0.128 319.5) |
Copy-ready code
/* CSS */
color: #efafff;
background-color: #efafff;
/* Tailwind (arbitrary) */
class="text-[#efafff] bg-[#efafff]"
/* SCSS */
$brand: #efafff;
/* SwiftUI */
Color(red: 0.937, green: 0.686, blue: 1.000)
/* Android */
Color.parseColor("#efafff")Accessibility — WCAG contrast
Aa
#efafff on white: 1.71:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efafff on black: 12.25:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green68.6%
Blue100.0%
CMYK percentages
Cyan6.3%
Magenta31.4%
Yellow0.0%
Key (black)0.0%
Color previews
#efafff text on a black background
contrast 12.25:1
Card sample
#efafff text on a white background
contrast 1.71:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efafff;
Background color
Panel with #efafff background
background-color: #efafff;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efafff;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 175, 255, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 175, 255, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efafff; background: linear-gradient(135deg, #efafff, #FFAFDA);