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