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