#ffaf22
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 34
HSL
38°, 100%, 57%
CMYK
0, 31, 87, 0
Luminance
0.5204
Every format
| HEX | #ffaf22 |
| RGB | rgb(255, 175, 34) |
| HSL | hsl(38, 100%, 57%) |
| CMYK | cmyk(0%, 31%, 87%, 0%) |
| LAB | lab(77.3 19.1 75.2) |
| LCH | lch(77.3 77.6 75.7) |
| OKLCH | oklch(0.811 0.164 74.4) |
Copy-ready code
/* CSS */
color: #ffaf22;
background-color: #ffaf22;
/* Tailwind (arbitrary) */
class="text-[#ffaf22] bg-[#ffaf22]"
/* SCSS */
$brand: #ffaf22;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.133)
/* Android */
Color.parseColor("#ffaf22")Accessibility — WCAG contrast
Aa
#ffaf22 on white: 1.84:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf22 on black: 11.41:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue13.3%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow86.7%
Key (black)0.0%
Color previews
#ffaf22 text on a black background
contrast 11.41:1
Card sample
#ffaf22 text on a white background
contrast 1.84:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf22;
Background color
Panel with #ffaf22 background
background-color: #ffaf22;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf22;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 34, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 34, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf22; background: linear-gradient(135deg, #ffaf22, #BCFF22);