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