#ffaf83
a light, electric orange · warm · closest name: peru
RGB
255, 175, 131
HSL
21°, 100%, 76%
CMYK
0, 31, 49, 0
Luminance
0.5356
Every format
| HEX | #ffaf83 |
| RGB | rgb(255, 175, 131) |
| HSL | hsl(21, 100%, 76%) |
| CMYK | cmyk(0%, 31%, 49%, 0%) |
| LAB | lab(78.2 24.4 34.3) |
| LCH | lch(78.2 42.1 54.5) |
| OKLCH | oklch(0.821 0.111 49.5) |
Copy-ready code
/* CSS */
color: #ffaf83;
background-color: #ffaf83;
/* Tailwind (arbitrary) */
class="text-[#ffaf83] bg-[#ffaf83]"
/* SCSS */
$brand: #ffaf83;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.514)
/* Android */
Color.parseColor("#ffaf83")Accessibility — WCAG contrast
Aa
#ffaf83 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf83 on black: 11.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue51.4%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow48.6%
Key (black)0.0%
Color previews
#ffaf83 text on a black background
contrast 11.71:1
Card sample
#ffaf83 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf83;
Background color
Panel with #ffaf83 background
background-color: #ffaf83;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf83;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 131, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 131, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf83; background: linear-gradient(135deg, #ffaf83, #FCFF83);