#fbcab2
a light, electric orange · warm · closest name: tan
RGB
251, 202, 178
HSL
20°, 90%, 84%
CMYK
0, 20, 29, 2
Luminance
0.6596
Every format
| HEX | #fbcab2 |
| RGB | rgb(251, 202, 178) |
| HSL | hsl(20, 90%, 84%) |
| CMYK | cmyk(0%, 20%, 29%, 2%) |
| LAB | lab(85.0 14.0 18.6) |
| LCH | lch(85.0 23.3 53.0) |
| OKLCH | oklch(0.876 0.065 47.5) |
Copy-ready code
/* CSS */
color: #fbcab2;
background-color: #fbcab2;
/* Tailwind (arbitrary) */
class="text-[#fbcab2] bg-[#fbcab2]"
/* SCSS */
$brand: #fbcab2;
/* SwiftUI */
Color(red: 0.984, green: 0.792, blue: 0.698)
/* Android */
Color.parseColor("#fbcab2")Accessibility — WCAG contrast
Aa
#fbcab2 on white: 1.48:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fbcab2 on black: 14.19:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.4%
Green79.2%
Blue69.8%
CMYK percentages
Cyan0.0%
Magenta19.5%
Yellow29.1%
Key (black)1.6%
Color previews
#fbcab2 text on a black background
contrast 14.19:1
Card sample
#fbcab2 text on a white background
contrast 1.48:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fbcab2;
Background color
Panel with #fbcab2 background
background-color: #fbcab2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fbcab2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(251, 202, 178, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(251, 202, 178, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fbcab2; background: linear-gradient(135deg, #fbcab2, #FBFBB2);