#ffac32
a balanced, electric orange · warm · closest name: orange
RGB
255, 172, 50
HSL
36°, 100%, 60%
CMYK
0, 33, 80, 0
Luminance
0.5100
Every format
| HEX | #ffac32 |
| RGB | rgb(255, 172, 50) |
| HSL | hsl(36, 100%, 60%) |
| CMYK | cmyk(0%, 33%, 80%, 0%) |
| LAB | lab(76.7 21.1 69.9) |
| LCH | lch(76.7 73.0 73.2) |
| OKLCH | oklch(0.807 0.159 71.1) |
Copy-ready code
/* CSS */
color: #ffac32;
background-color: #ffac32;
/* Tailwind (arbitrary) */
class="text-[#ffac32] bg-[#ffac32]"
/* SCSS */
$brand: #ffac32;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.196)
/* Android */
Color.parseColor("#ffac32")Accessibility — WCAG contrast
Aa
#ffac32 on white: 1.88:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac32 on black: 11.20:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue19.6%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow80.4%
Key (black)0.0%
Color previews
#ffac32 text on a black background
contrast 11.20:1
Card sample
#ffac32 text on a white background
contrast 1.88:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac32;
Background color
Panel with #ffac32 background
background-color: #ffac32;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac32;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 50, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 50, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac32; background: linear-gradient(135deg, #ffac32, #C9FF32);