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