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