#fbeabc
a pale, electric yellow · warm · closest name: beige
RGB
251, 234, 188
HSL
44°, 89%, 86%
CMYK
0, 7, 25, 2
Luminance
0.8299
Every format
| HEX | #fbeabc |
| RGB | rgb(251, 234, 188) |
| HSL | hsl(44, 89%, 86%) |
| CMYK | cmyk(0%, 7%, 25%, 2%) |
| LAB | lab(93.0 -1.2 24.5) |
| LCH | lch(93.0 24.5 92.8) |
| OKLCH | oklch(0.939 0.062 90.2) |
Copy-ready code
/* CSS */
color: #fbeabc;
background-color: #fbeabc;
/* Tailwind (arbitrary) */
class="text-[#fbeabc] bg-[#fbeabc]"
/* SCSS */
$brand: #fbeabc;
/* SwiftUI */
Color(red: 0.984, green: 0.918, blue: 0.737)
/* Android */
Color.parseColor("#fbeabc")Accessibility — WCAG contrast
Aa
#fbeabc on white: 1.19:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbeabc on black: 17.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green91.8%
Blue73.7%
CMYK percentages
Cyan0.0%
Magenta6.8%
Yellow25.1%
Key (black)1.6%
Color previews
#fbeabc text on a black background
contrast 17.60:1
Card sample
#fbeabc text on a white background
contrast 1.19:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbeabc;
Background color
Panel with #fbeabc background
background-color: #fbeabc;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbeabc;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 234, 188, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 234, 188, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbeabc; background: linear-gradient(135deg, #fbeabc, #E2FBBC);