#efebe7
a pale, soft orange · warm · closest name: white
RGB
239, 235, 231
HSL
30°, 20%, 92%
CMYK
0, 2, 3, 6
Luminance
0.8354
Every format
| HEX | #efebe7 |
| RGB | rgb(239, 235, 231) |
| HSL | hsl(30, 20%, 92%) |
| CMYK | cmyk(0%, 2%, 3%, 6%) |
| LAB | lab(93.3 0.7 2.4) |
| LCH | lch(93.3 2.5 74.9) |
| OKLCH | oklch(0.942 0.007 67.7) |
Copy-ready code
/* CSS */
color: #efebe7;
background-color: #efebe7;
/* Tailwind (arbitrary) */
class="text-[#efebe7] bg-[#efebe7]"
/* SCSS */
$brand: #efebe7;
/* SwiftUI */
Color(red: 0.937, green: 0.922, blue: 0.906)
/* Android */
Color.parseColor("#efebe7")Accessibility — WCAG contrast
Aa
#efebe7 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#efebe7 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red93.7%
Green92.2%
Blue90.6%
CMYK percentages
Cyan0.0%
Magenta1.7%
Yellow3.3%
Key (black)6.3%
Color previews
#efebe7 text on a black background
contrast 17.71:1
Card sample
#efebe7 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #efebe7;
Background color
Panel with #efebe7 background
background-color: #efebe7;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #efebe7;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(239, 235, 231, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(239, 235, 231, 0.45);
Border & gradient
Gradient panel
border: 3px solid #efebe7; background: linear-gradient(135deg, #efebe7, #EEEFE7);