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