#fbeace
a pale, electric orange · warm · closest name: beige
RGB
251, 234, 206
HSL
37°, 85%, 90%
CMYK
0, 7, 18, 2
Luminance
0.8381
Every format
| HEX | #fbeace |
| RGB | rgb(251, 234, 206) |
| HSL | hsl(37, 85%, 90%) |
| CMYK | cmyk(0%, 7%, 18%, 2%) |
| LAB | lab(93.4 1.4 15.7) |
| LCH | lch(93.4 15.8 85.1) |
| OKLCH | oklch(0.943 0.041 80.3) |
Copy-ready code
/* CSS */
color: #fbeace;
background-color: #fbeace;
/* Tailwind (arbitrary) */
class="text-[#fbeace] bg-[#fbeace]"
/* SCSS */
$brand: #fbeace;
/* SwiftUI */
Color(red: 0.984, green: 0.918, blue: 0.808)
/* Android */
Color.parseColor("#fbeace")Accessibility — WCAG contrast
Aa
#fbeace on white: 1.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeace on black: 17.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.8%
Blue80.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow17.9%
Key (black)1.6%
Color previews
#fbeace text on a black background
contrast 17.76:1
Card sample
#fbeace text on a white background
contrast 1.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeace;
Background color
Panel with #fbeace background
background-color: #fbeace;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeace;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 234, 206, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 234, 206, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeace; background: linear-gradient(135deg, #fbeace, #EEFBCE);