#fbceb6
a light, electric orange · warm · closest name: tan
RGB
251, 206, 182
HSL
21°, 90%, 85%
CMYK
0, 18, 28, 2
Luminance
0.6803
Every format
| HEX | #fbceb6 |
| RGB | rgb(251, 206, 182) |
| HSL | hsl(21, 90%, 85%) |
| CMYK | cmyk(0%, 18%, 28%, 2%) |
| LAB | lab(86.0 12.4 17.9) |
| LCH | lch(86.0 21.8 55.3) |
| OKLCH | oklch(0.884 0.060 49.6) |
Copy-ready code
/* CSS */
color: #fbceb6;
background-color: #fbceb6;
/* Tailwind (arbitrary) */
class="text-[#fbceb6] bg-[#fbceb6]"
/* SCSS */
$brand: #fbceb6;
/* SwiftUI */
Color(red: 0.984, green: 0.808, blue: 0.714)
/* Android */
Color.parseColor("#fbceb6")Accessibility — WCAG contrast
Aa
#fbceb6 on white: 1.44:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbceb6 on black: 14.61:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green80.8%
Blue71.4%
CMYK percentages
Cyan0.0%
Magenta17.9%
Yellow27.5%
Key (black)1.6%
Color previews
#fbceb6 text on a black background
contrast 14.61:1
Card sample
#fbceb6 text on a white background
contrast 1.44:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbceb6;
Background color
Panel with #fbceb6 background
background-color: #fbceb6;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbceb6;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 206, 182, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 206, 182, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbceb6; background: linear-gradient(135deg, #fbceb6, #FAFBB6);