#ffaf89
a light, electric orange · warm · closest name: tan
RGB
255, 175, 137
HSL
19°, 100%, 77%
CMYK
0, 31, 46, 0
Luminance
0.5373
Every format
| HEX | #ffaf89 |
| RGB | rgb(255, 175, 137) |
| HSL | hsl(19, 100%, 77%) |
| CMYK | cmyk(0%, 31%, 46%, 0%) |
| LAB | lab(78.3 25.0 31.3) |
| LCH | lch(78.3 40.0 51.4) |
| OKLCH | oklch(0.822 0.107 46.2) |
Copy-ready code
/* CSS */
color: #ffaf89;
background-color: #ffaf89;
/* Tailwind (arbitrary) */
class="text-[#ffaf89] bg-[#ffaf89]"
/* SCSS */
$brand: #ffaf89;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.537)
/* Android */
Color.parseColor("#ffaf89")Accessibility — WCAG contrast
Aa
#ffaf89 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf89 on black: 11.75:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow46.3%
Key (black)0.0%
Color previews
#ffaf89 text on a black background
contrast 11.75:1
Card sample
#ffaf89 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf89;
Background color
Panel with #ffaf89 background
background-color: #ffaf89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf89; background: linear-gradient(135deg, #ffaf89, #FFFE89);