#fadda4
a light, electric orange · warm · closest name: tan
RGB
250, 221, 164
HSL
40°, 90%, 81%
CMYK
0, 12, 34, 2
Luminance
0.7472
Every format
| HEX | #fadda4 |
| RGB | rgb(250, 221, 164) |
| HSL | hsl(40, 90%, 81%) |
| CMYK | cmyk(0%, 12%, 34%, 2%) |
| LAB | lab(89.3 2.0 31.7) |
| LCH | lch(89.3 31.8 86.3) |
| OKLCH | oklch(0.908 0.080 83.9) |
Copy-ready code
/* CSS */
color: #fadda4;
background-color: #fadda4;
/* Tailwind (arbitrary) */
class="text-[#fadda4] bg-[#fadda4]"
/* SCSS */
$brand: #fadda4;
/* SwiftUI */
Color(red: 0.980, green: 0.867, blue: 0.643)
/* Android */
Color.parseColor("#fadda4")Accessibility — WCAG contrast
Aa
#fadda4 on white: 1.32:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadda4 on black: 15.94:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green86.7%
Blue64.3%
CMYK percentages
Cyan0.0%
Magenta11.6%
Yellow34.4%
Key (black)2.0%
Color previews
#fadda4 text on a black background
contrast 15.94:1
Card sample
#fadda4 text on a white background
contrast 1.32:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadda4;
Background color
Panel with #fadda4 background
background-color: #fadda4;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadda4;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 221, 164, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 221, 164, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadda4; background: linear-gradient(135deg, #fadda4, #DEFAA4);