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