#ffac44
a balanced, electric orange · warm · closest name: orange
RGB
255, 172, 68
HSL
33°, 100%, 63%
CMYK
0, 33, 73, 0
Luminance
0.5118
Every format
| HEX | #ffac44 |
| RGB | rgb(255, 172, 68) |
| HSL | hsl(33, 100%, 63%) |
| CMYK | cmyk(0%, 33%, 73%, 0%) |
| LAB | lab(76.8 21.8 63.2) |
| LCH | lch(76.8 66.8 71.0) |
| OKLCH | oklch(0.808 0.151 68.3) |
Copy-ready code
/* CSS */
color: #ffac44;
background-color: #ffac44;
/* Tailwind (arbitrary) */
class="text-[#ffac44] bg-[#ffac44]"
/* SCSS */
$brand: #ffac44;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.267)
/* Android */
Color.parseColor("#ffac44")Accessibility — WCAG contrast
Aa
#ffac44 on white: 1.87:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac44 on black: 11.24:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow73.3%
Key (black)0.0%
Color previews
#ffac44 text on a black background
contrast 11.24:1
Card sample
#ffac44 text on a white background
contrast 1.87:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac44;
Background color
Panel with #ffac44 background
background-color: #ffac44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac44; background: linear-gradient(135deg, #ffac44, #D5FF44);