#fbefd2
a pale, electric yellow · warm · closest name: beige
RGB
251, 239, 210
HSL
42°, 84%, 90%
CMYK
0, 5, 16, 2
Luminance
0.8690
Every format
| HEX | #fbefd2 |
| RGB | rgb(251, 239, 210) |
| HSL | hsl(42, 84%, 90%) |
| CMYK | cmyk(0%, 5%, 16%, 2%) |
| LAB | lab(94.7 -0.6 15.5) |
| LCH | lch(94.7 15.5 92.2) |
| OKLCH | oklch(0.954 0.040 88.2) |
Copy-ready code
/* CSS */
color: #fbefd2;
background-color: #fbefd2;
/* Tailwind (arbitrary) */
class="text-[#fbefd2] bg-[#fbefd2]"
/* SCSS */
$brand: #fbefd2;
/* SwiftUI */
Color(red: 0.984, green: 0.937, blue: 0.824)
/* Android */
Color.parseColor("#fbefd2")Accessibility — WCAG contrast
Aa
#fbefd2 on white: 1.14:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbefd2 on black: 18.38:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green93.7%
Blue82.4%
CMYK percentages
Cyan0.0%
Magenta4.8%
Yellow16.3%
Key (black)1.6%
Color previews
#fbefd2 text on a black background
contrast 18.38:1
Card sample
#fbefd2 text on a white background
contrast 1.14:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbefd2;
Background color
Panel with #fbefd2 background
background-color: #fbefd2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbefd2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 239, 210, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 239, 210, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbefd2; background: linear-gradient(135deg, #fbefd2, #ECFBD2);