#ffaf8f
a light, electric orange · warm · closest name: tan
RGB
255, 175, 143
HSL
17°, 100%, 78%
CMYK
0, 31, 44, 0
Luminance
0.5390
Every format
| HEX | #ffaf8f |
| RGB | rgb(255, 175, 143) |
| HSL | hsl(17, 100%, 78%) |
| CMYK | cmyk(0%, 31%, 44%, 0%) |
| LAB | lab(78.4 25.6 28.2) |
| LCH | lch(78.4 38.1 47.8) |
| OKLCH | oklch(0.824 0.104 42.6) |
Copy-ready code
/* CSS */
color: #ffaf8f;
background-color: #ffaf8f;
/* Tailwind (arbitrary) */
class="text-[#ffaf8f] bg-[#ffaf8f]"
/* SCSS */
$brand: #ffaf8f;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.561)
/* Android */
Color.parseColor("#ffaf8f")Accessibility — WCAG contrast
Aa
#ffaf8f on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf8f on black: 11.78:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow43.9%
Key (black)0.0%
Color previews
#ffaf8f text on a black background
contrast 11.78:1
Card sample
#ffaf8f text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf8f;
Background color
Panel with #ffaf8f background
background-color: #ffaf8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf8f; background: linear-gradient(135deg, #ffaf8f, #FFFA8F);