#ffaf75
a light, electric orange · warm · closest name: peru
RGB
255, 175, 117
HSL
25°, 100%, 73%
CMYK
0, 31, 54, 0
Luminance
0.5320
Every format
| HEX | #ffaf75 |
| RGB | rgb(255, 175, 117) |
| HSL | hsl(25, 100%, 73%) |
| CMYK | cmyk(0%, 31%, 54%, 0%) |
| LAB | lab(78.0 23.2 41.3) |
| LCH | lch(78.0 47.4 60.7) |
| OKLCH | oklch(0.819 0.120 56.1) |
Copy-ready code
/* CSS */
color: #ffaf75;
background-color: #ffaf75;
/* Tailwind (arbitrary) */
class="text-[#ffaf75] bg-[#ffaf75]"
/* SCSS */
$brand: #ffaf75;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.459)
/* Android */
Color.parseColor("#ffaf75")Accessibility — WCAG contrast
Aa
#ffaf75 on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf75 on black: 11.64:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue45.9%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow54.1%
Key (black)0.0%
Color previews
#ffaf75 text on a black background
contrast 11.64:1
Card sample
#ffaf75 text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf75;
Background color
Panel with #ffaf75 background
background-color: #ffaf75;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf75;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 117, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 117, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf75; background: linear-gradient(135deg, #ffaf75, #F3FF75);