#fbeac9
a pale, electric orange · warm · closest name: beige
RGB
251, 234, 201
HSL
40°, 86%, 89%
CMYK
0, 7, 20, 2
Luminance
0.8357
Every format
| HEX | #fbeac9 |
| RGB | rgb(251, 234, 201) |
| HSL | hsl(40, 86%, 89%) |
| CMYK | cmyk(0%, 7%, 20%, 2%) |
| LAB | lab(93.3 0.6 18.1) |
| LCH | lch(93.3 18.1 88.0) |
| OKLCH | oklch(0.942 0.047 83.9) |
Copy-ready code
/* CSS */
color: #fbeac9;
background-color: #fbeac9;
/* Tailwind (arbitrary) */
class="text-[#fbeac9] bg-[#fbeac9]"
/* SCSS */
$brand: #fbeac9;
/* SwiftUI */
Color(red: 0.984, green: 0.918, blue: 0.788)
/* Android */
Color.parseColor("#fbeac9")Accessibility — WCAG contrast
Aa
#fbeac9 on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeac9 on black: 17.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.8%
Blue78.8%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow19.9%
Key (black)1.6%
Color previews
#fbeac9 text on a black background
contrast 17.71:1
Card sample
#fbeac9 text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeac9;
Background color
Panel with #fbeac9 background
background-color: #fbeac9;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeac9;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 234, 201, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 234, 201, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeac9; background: linear-gradient(135deg, #fbeac9, #EBFBC9);