#fadaac
a light, electric orange · warm · closest name: tan
RGB
250, 218, 172
HSL
35°, 89%, 83%
CMYK
0, 13, 31, 2
Luminance
0.7345
Every format
| HEX | #fadaac |
| RGB | rgb(250, 218, 172) |
| HSL | hsl(35, 89%, 83%) |
| CMYK | cmyk(0%, 13%, 31%, 2%) |
| LAB | lab(88.7 4.5 26.8) |
| LCH | lch(88.7 27.1 80.4) |
| OKLCH | oklch(0.904 0.070 76.7) |
Copy-ready code
/* CSS */
color: #fadaac;
background-color: #fadaac;
/* Tailwind (arbitrary) */
class="text-[#fadaac] bg-[#fadaac]"
/* SCSS */
$brand: #fadaac;
/* SwiftUI */
Color(red: 0.980, green: 0.855, blue: 0.675)
/* Android */
Color.parseColor("#fadaac")Accessibility — WCAG contrast
Aa
#fadaac on white: 1.34:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#fadaac on black: 15.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red98.0%
Green85.5%
Blue67.5%
CMYK percentages
Cyan0.0%
Magenta12.8%
Yellow31.2%
Key (black)2.0%
Color previews
#fadaac text on a black background
contrast 15.69:1
Card sample
#fadaac text on a white background
contrast 1.34:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #fadaac;
Background color
Panel with #fadaac background
background-color: #fadaac;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #fadaac;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(250, 218, 172, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(250, 218, 172, 0.45);
Border & gradient
Gradient panel
border: 3px solid #fadaac; background: linear-gradient(135deg, #fadaac, #E6FAAC);