#efefd3
a pale, vivid yellow · cool · closest name: beige
RGB
239, 239, 211
HSL
60°, 47%, 88%
CMYK
0, 0, 12, 6
Luminance
0.8479
Every format
| HEX | #efefd3 |
| RGB | rgb(239, 239, 211) |
| HSL | hsl(60, 47%, 88%) |
| CMYK | cmyk(0%, 0%, 12%, 6%) |
| LAB | lab(93.8 -4.7 13.6) |
| LCH | lch(93.8 14.3 109.0) |
| OKLCH | oklch(0.945 0.037 107.1) |
Copy-ready code
/* CSS */
color: #efefd3;
background-color: #efefd3;
/* Tailwind (arbitrary) */
class="text-[#efefd3] bg-[#efefd3]"
/* SCSS */
$brand: #efefd3;
/* SwiftUI */
Color(red: 0.937, green: 0.937, blue: 0.827)
/* Android */
Color.parseColor("#efefd3")Accessibility — WCAG contrast
Aa
#efefd3 on white: 1.17:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efefd3 on black: 17.96:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green93.7%
Blue82.7%
CMYK percentages
Cyan0.0%
Magenta0.0%
Yellow11.7%
Key (black)6.3%
Color previews
#efefd3 text on a black background
contrast 17.96:1
Card sample
#efefd3 text on a white background
contrast 1.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efefd3;
Background color
Panel with #efefd3 background
background-color: #efefd3;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efefd3;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 239, 211, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 239, 211, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efefd3; background: linear-gradient(135deg, #efefd3, #DCEFD3);