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