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