#ffaf85
a light, electric orange · warm · closest name: tan
RGB
255, 175, 133
HSL
21°, 100%, 76%
CMYK
0, 31, 48, 0
Luminance
0.5361
Every format
| HEX | #ffaf85 |
| RGB | rgb(255, 175, 133) |
| HSL | hsl(21, 100%, 76%) |
| CMYK | cmyk(0%, 31%, 48%, 0%) |
| LAB | lab(78.2 24.6 33.3) |
| LCH | lch(78.2 41.4 53.5) |
| OKLCH | oklch(0.822 0.110 48.4) |
Copy-ready code
/* CSS */
color: #ffaf85;
background-color: #ffaf85;
/* Tailwind (arbitrary) */
class="text-[#ffaf85] bg-[#ffaf85]"
/* SCSS */
$brand: #ffaf85;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.522)
/* Android */
Color.parseColor("#ffaf85")Accessibility — WCAG contrast
Aa
#ffaf85 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf85 on black: 11.72:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue52.2%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow47.8%
Key (black)0.0%
Color previews
#ffaf85 text on a black background
contrast 11.72:1
Card sample
#ffaf85 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf85;
Background color
Panel with #ffaf85 background
background-color: #ffaf85;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf85;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 133, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 133, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf85; background: linear-gradient(135deg, #ffaf85, #FEFF85);