#fabda2
a light, electric orange · warm · closest name: tan
RGB
250, 189, 162
HSL
18°, 90%, 81%
CMYK
0, 24, 35, 2
Luminance
0.5933
Every format
| HEX | #fabda2 |
| RGB | rgb(250, 189, 162) |
| HSL | hsl(18, 90%, 81%) |
| CMYK | cmyk(0%, 24%, 35%, 2%) |
| LAB | lab(81.5 18.4 22.2) |
| LCH | lch(81.5 28.8 50.3) |
| OKLCH | oklch(0.847 0.080 45.0) |
Copy-ready code
/* CSS */
color: #fabda2;
background-color: #fabda2;
/* Tailwind (arbitrary) */
class="text-[#fabda2] bg-[#fabda2]"
/* SCSS */
$brand: #fabda2;
/* SwiftUI */
Color(red: 0.980, green: 0.741, blue: 0.635)
/* Android */
Color.parseColor("#fabda2")Accessibility — WCAG contrast
Aa
#fabda2 on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fabda2 on black: 12.87:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green74.1%
Blue63.5%
CMYK percentages
Cyan0.0%
Magenta24.4%
Yellow35.2%
Key (black)2.0%
Color previews
#fabda2 text on a black background
contrast 12.87:1
Card sample
#fabda2 text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fabda2;
Background color
Panel with #fabda2 background
background-color: #fabda2;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fabda2;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 189, 162, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 189, 162, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fabda2; background: linear-gradient(135deg, #fabda2, #FAF8A2);