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