#ffac70
a light, electric orange · warm · closest name: peru
RGB
255, 172, 112
HSL
25°, 100%, 72%
CMYK
0, 33, 56, 0
Luminance
0.5193
Every format
| HEX | #ffac70 |
| RGB | rgb(255, 172, 112) |
| HSL | hsl(25, 100%, 72%) |
| CMYK | cmyk(0%, 33%, 56%, 0%) |
| LAB | lab(77.2 24.4 43.0) |
| LCH | lch(77.2 49.4 60.4) |
| OKLCH | oklch(0.813 0.124 55.8) |
Copy-ready code
/* CSS */
color: #ffac70;
background-color: #ffac70;
/* Tailwind (arbitrary) */
class="text-[#ffac70] bg-[#ffac70]"
/* SCSS */
$brand: #ffac70;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.439)
/* Android */
Color.parseColor("#ffac70")Accessibility — WCAG contrast
Aa
#ffac70 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac70 on black: 11.39:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue43.9%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow56.1%
Key (black)0.0%
Color previews
#ffac70 text on a black background
contrast 11.39:1
Card sample
#ffac70 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac70;
Background color
Panel with #ffac70 background
background-color: #ffac70;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac70;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 112, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 112, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac70; background: linear-gradient(135deg, #ffac70, #F3FF70);