#ffaf70
a light, electric orange · warm · closest name: peru
RGB
255, 175, 112
HSL
26°, 100%, 72%
CMYK
0, 31, 56, 0
Luminance
0.5309
Every format
| HEX | #ffaf70 |
| RGB | rgb(255, 175, 112) |
| HSL | hsl(26, 100%, 72%) |
| CMYK | cmyk(0%, 31%, 56%, 0%) |
| LAB | lab(77.9 22.8 43.8) |
| LCH | lch(77.9 49.4 62.5) |
| OKLCH | oklch(0.818 0.123 58.2) |
Copy-ready code
/* CSS */
color: #ffaf70;
background-color: #ffaf70;
/* Tailwind (arbitrary) */
class="text-[#ffaf70] bg-[#ffaf70]"
/* SCSS */
$brand: #ffaf70;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.439)
/* Android */
Color.parseColor("#ffaf70")Accessibility — WCAG contrast
Aa
#ffaf70 on white: 1.81:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf70 on black: 11.62:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow56.1%
Key (black)0.0%
Color previews
#ffaf70 text on a black background
contrast 11.62:1
Card sample
#ffaf70 text on a white background
contrast 1.81:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf70;
Background color
Panel with #ffaf70 background
background-color: #ffaf70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf70; background: linear-gradient(135deg, #ffaf70, #F0FF70);