#ffaf5f
a light, electric orange · warm · closest name: peru
RGB
255, 175, 95
HSL
30°, 100%, 69%
CMYK
0, 31, 63, 0
Luminance
0.5275
Every format
| HEX | #ffaf5f |
| RGB | rgb(255, 175, 95) |
| HSL | hsl(30, 100%, 69%) |
| CMYK | cmyk(0%, 31%, 63%, 0%) |
| LAB | lab(77.7 21.6 52.0) |
| LCH | lch(77.7 56.3 67.4) |
| OKLCH | oklch(0.816 0.134 63.9) |
Copy-ready code
/* CSS */
color: #ffaf5f;
background-color: #ffaf5f;
/* Tailwind (arbitrary) */
class="text-[#ffaf5f] bg-[#ffaf5f]"
/* SCSS */
$brand: #ffaf5f;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.373)
/* Android */
Color.parseColor("#ffaf5f")Accessibility — WCAG contrast
Aa
#ffaf5f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf5f on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue37.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow62.7%
Key (black)0.0%
Color previews
#ffaf5f text on a black background
contrast 11.55:1
Card sample
#ffaf5f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf5f;
Background color
Panel with #ffaf5f background
background-color: #ffaf5f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf5f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 95, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 95, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf5f; background: linear-gradient(135deg, #ffaf5f, #E4FF5F);