#ffad85
a light, electric orange · warm · closest name: tan
RGB
255, 173, 133
HSL
20°, 100%, 76%
CMYK
0, 32, 48, 0
Luminance
0.5284
Every format
| HEX | #ffad85 |
| RGB | rgb(255, 173, 133) |
| HSL | hsl(20, 100%, 76%) |
| CMYK | cmyk(0%, 32%, 48%, 0%) |
| LAB | lab(77.8 25.7 32.7) |
| LCH | lch(77.8 41.6 51.9) |
| OKLCH | oklch(0.818 0.111 46.7) |
Copy-ready code
/* CSS */
color: #ffad85;
background-color: #ffad85;
/* Tailwind (arbitrary) */
class="text-[#ffad85] bg-[#ffad85]"
/* SCSS */
$brand: #ffad85;
/* SwiftUI */
Color(red: 1.000, green: 0.678, blue: 0.522)
/* Android */
Color.parseColor("#ffad85")Accessibility — WCAG contrast
Aa
#ffad85 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffad85 on black: 11.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.8%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta32.2%
Yellow47.8%
Key (black)0.0%
Color previews
#ffad85 text on a black background
contrast 11.57:1
Card sample
#ffad85 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffad85;
Background color
Panel with #ffad85 background
background-color: #ffad85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffad85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 173, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 173, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffad85; background: linear-gradient(135deg, #ffad85, #FFFE85);