#fbf2e1
a pale, electric orange · warm · closest name: beige
RGB
251, 242, 225
HSL
39°, 77%, 93%
CMYK
0, 4, 10, 2
Luminance
0.8945
Every format
| HEX | #fbf2e1 |
| RGB | rgb(251, 242, 225) |
| HSL | hsl(39, 77%, 93%) |
| CMYK | cmyk(0%, 4%, 10%, 2%) |
| LAB | lab(95.8 0.2 9.3) |
| LCH | lch(95.8 9.3 88.8) |
| OKLCH | oklch(0.964 0.024 83.4) |
Copy-ready code
/* CSS */
color: #fbf2e1;
background-color: #fbf2e1;
/* Tailwind (arbitrary) */
class="text-[#fbf2e1] bg-[#fbf2e1]"
/* SCSS */
$brand: #fbf2e1;
/* SwiftUI */
Color(red: 0.984, green: 0.949, blue: 0.882)
/* Android */
Color.parseColor("#fbf2e1")Accessibility — WCAG contrast
Aa
#fbf2e1 on white: 1.11:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbf2e1 on black: 18.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green94.9%
Blue88.2%
CMYK percentages
Cyan0.0%
Magenta3.6%
Yellow10.4%
Key (black)1.6%
Color previews
#fbf2e1 text on a black background
contrast 18.89:1
Card sample
#fbf2e1 text on a white background
contrast 1.11:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbf2e1;
Background color
Panel with #fbf2e1 background
background-color: #fbf2e1;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbf2e1;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 242, 225, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 242, 225, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbf2e1; background: linear-gradient(135deg, #fbf2e1, #F3FBE1);