#ffaf35
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 53
HSL
36°, 100%, 60%
CMYK
0, 31, 79, 0
Luminance
0.5218
Every format
| HEX | #ffaf35 |
| RGB | rgb(255, 175, 53) |
| HSL | hsl(36, 100%, 60%) |
| CMYK | cmyk(0%, 31%, 79%, 0%) |
| LAB | lab(77.4 19.6 69.5) |
| LCH | lch(77.4 72.2 74.2) |
| OKLCH | oklch(0.812 0.158 72.4) |
Copy-ready code
/* CSS */
color: #ffaf35;
background-color: #ffaf35;
/* Tailwind (arbitrary) */
class="text-[#ffaf35] bg-[#ffaf35]"
/* SCSS */
$brand: #ffaf35;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.208)
/* Android */
Color.parseColor("#ffaf35")Accessibility — WCAG contrast
Aa
#ffaf35 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf35 on black: 11.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue20.8%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow79.2%
Key (black)0.0%
Color previews
#ffaf35 text on a black background
contrast 11.44:1
Card sample
#ffaf35 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf35;
Background color
Panel with #ffaf35 background
background-color: #ffaf35;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf35;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 53, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 53, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf35; background: linear-gradient(135deg, #ffaf35, #C8FF35);