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