#ffaf44
a balanced, electric orange · warm · closest name: orange
RGB
255, 175, 68
HSL
34°, 100%, 63%
CMYK
0, 31, 73, 0
Luminance
0.5234
Every format
| HEX | #ffaf44 |
| RGB | rgb(255, 175, 68) |
| HSL | hsl(34, 100%, 63%) |
| CMYK | cmyk(0%, 31%, 73%, 0%) |
| LAB | lab(77.5 20.2 63.9) |
| LCH | lch(77.5 67.0 72.4) |
| OKLCH | oklch(0.813 0.150 70.2) |
Copy-ready code
/* CSS */
color: #ffaf44;
background-color: #ffaf44;
/* Tailwind (arbitrary) */
class="text-[#ffaf44] bg-[#ffaf44]"
/* SCSS */
$brand: #ffaf44;
/* SwiftUI */
Color(red: 1.000, green: 0.686, blue: 0.267)
/* Android */
Color.parseColor("#ffaf44")Accessibility — WCAG contrast
Aa
#ffaf44 on white: 1.83:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffaf44 on black: 11.47:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green68.6%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta31.4%
Yellow73.3%
Key (black)0.0%
Color previews
#ffaf44 text on a black background
contrast 11.47:1
Card sample
#ffaf44 text on a white background
contrast 1.83:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffaf44;
Background color
Panel with #ffaf44 background
background-color: #ffaf44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffaf44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 175, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 175, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffaf44; background: linear-gradient(135deg, #ffaf44, #D2FF44);