#efefef
a pale, muted near-white · warm · closest name: white
RGB
239, 239, 239
HSL
0°, 0%, 94%
CMYK
0, 0, 0, 6
Luminance
0.8632
Every format
| HEX | #efefef |
| RGB | rgb(239, 239, 239) |
| HSL | hsl(0, 0%, 94%) |
| CMYK | cmyk(0%, 0%, 0%, 6%) |
| LAB | lab(94.5 0.0 0.0) |
| LCH | lch(94.5 0.0 180.0) |
| OKLCH | oklch(0.952 0.000 89.9) |
Copy-ready code
/* CSS */
color: #efefef;
background-color: #efefef;
/* Tailwind (arbitrary) */
class="text-[#efefef] bg-[#efefef]"
/* SCSS */
$brand: #efefef;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.937)
/* Android */
Color.parseColor("#efefef")Accessibility — WCAG contrast
Aa
#efefef on white: 1.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefef on black: 18.26:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue93.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow0.0%
Key (black)6.3%
Color previews
#efefef text on a black background
contrast 18.26:1
Card sample
#efefef text on a white background
contrast 1.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefef;
Background color
Panel with #efefef background
background-color: #efefef;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefef;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 239, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 239, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefef; background: linear-gradient(135deg, #efefef, #EFEFEF);