#fbceaf
a light, electric orange · warm · closest name: tan
RGB
251, 206, 175
HSL
25°, 91%, 84%
CMYK
0, 18, 30, 2
Luminance
0.6775
Every format
| HEX | #fbceaf |
| RGB | rgb(251, 206, 175) |
| HSL | hsl(25, 91%, 84%) |
| CMYK | cmyk(0%, 18%, 30%, 2%) |
| LAB | lab(85.9 11.5 21.4) |
| LCH | lch(85.9 24.3 61.7) |
| OKLCH | oklch(0.883 0.066 56.3) |
Copy-ready code
/* CSS */
color: #fbceaf;
background-color: #fbceaf;
/* Tailwind (arbitrary) */
class="text-[#fbceaf] bg-[#fbceaf]"
/* SCSS */
$brand: #fbceaf;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.686)
/* Android */
Color.parseColor("#fbceaf")Accessibility — WCAG contrast
Aa
#fbceaf on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbceaf on black: 14.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue68.6%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow30.3%
Key (black)1.6%
Color previews
#fbceaf text on a black background
contrast 14.55:1
Card sample
#fbceaf text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbceaf;
Background color
Panel with #fbceaf background
background-color: #fbceaf;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbceaf;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 175, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 175, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbceaf; background: linear-gradient(135deg, #fbceaf, #F5FBAF);