#ffefda
a pale, electric orange · warm · closest name: beige
RGB
255, 239, 218
HSL
34°, 100%, 93%
CMYK
0, 6, 15, 0
Luminance
0.8805
Every format
| HEX | #ffefda |
| RGB | rgb(255, 239, 218) |
| HSL | hsl(34, 100%, 93%) |
| CMYK | cmyk(0%, 6%, 15%, 0%) |
| LAB | lab(95.2 2.0 12.1) |
| LCH | lch(95.2 12.3 80.5) |
| OKLCH | oklch(0.959 0.033 74.8) |
Copy-ready code
/* CSS */
color: #ffefda;
background-color: #ffefda;
/* Tailwind (arbitrary) */
class="text-[#ffefda] bg-[#ffefda]"
/* SCSS */
$brand: #ffefda;
/* SwiftUI */
Color(red: 1.000, green: 0.937, blue: 0.855)
/* Android */
Color.parseColor("#ffefda")Accessibility — WCAG contrast
Aa
#ffefda on white: 1.13:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffefda on black: 18.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green93.7%
Blue85.5%
CMYK percentages
Cyan0.0%
Magenta6.3%
Yellow14.5%
Key (black)0.0%
Color previews
#ffefda text on a black background
contrast 18.61:1
Card sample
#ffefda text on a white background
contrast 1.13:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffefda;
Background color
Panel with #ffefda background
background-color: #ffefda;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffefda;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 239, 218, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 239, 218, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffefda; background: linear-gradient(135deg, #ffefda, #F6FFDA);