#ffaf55
a light, electric orange · warm · closest name: peru
RGB
255, 175, 85
HSL
32°, 100%, 67%
CMYK
0, 31, 67, 0
Luminance
0.5258
Every format
| HEX | #ffaf55 |
| RGB | rgb(255, 175, 85) |
| HSL | hsl(32, 100%, 67%) |
| CMYK | cmyk(0%, 31%, 67%, 0%) |
| LAB | lab(77.6 21.1 56.6) |
| LCH | lch(77.6 60.4 69.6) |
| OKLCH | oklch(0.815 0.141 66.6) |
Copy-ready code
/* CSS */
color: #ffaf55;
background-color: #ffaf55;
/* Tailwind (arbitrary) */
class="text-[#ffaf55] bg-[#ffaf55]"
/* SCSS */
$brand: #ffaf55;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.333)
/* Android */
Color.parseColor("#ffaf55")Accessibility — WCAG contrast
Aa
#ffaf55 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf55 on black: 11.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue33.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow66.7%
Key (black)0.0%
Color previews
#ffaf55 text on a black background
contrast 11.52:1
Card sample
#ffaf55 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf55;
Background color
Panel with #ffaf55 background
background-color: #ffaf55;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf55;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 85, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 85, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf55; background: linear-gradient(135deg, #ffaf55, #DEFF55);