#ffb62f
a balanced, electric orange · warm · closest name: orange
RGB
255, 182, 47
HSL
39°, 100%, 59%
CMYK
0, 29, 82, 0
Luminance
0.5492
Every format
| HEX | #ffb62f |
| RGB | rgb(255, 182, 47) |
| HSL | hsl(39, 100%, 59%) |
| CMYK | cmyk(0%, 29%, 82%, 0%) |
| LAB | lab(79.0 15.8 72.9) |
| LCH | lch(79.0 74.6 77.8) |
| OKLCH | oklch(0.825 0.160 77.1) |
Copy-ready code
/* CSS */
color: #ffb62f;
background-color: #ffb62f;
/* Tailwind (arbitrary) */
class="text-[#ffb62f] bg-[#ffb62f]"
/* SCSS */
$brand: #ffb62f;
/* SwiftUI */
Color(red: 1.000, green: 0.714, blue: 0.184)
/* Android */
Color.parseColor("#ffb62f")Accessibility — WCAG contrast
Aa
#ffb62f on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb62f on black: 11.98:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.4%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta28.6%
Yellow81.6%
Key (black)0.0%
Color previews
#ffb62f text on a black background
contrast 11.98:1
Card sample
#ffb62f text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb62f;
Background color
Panel with #ffb62f background
background-color: #ffb62f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb62f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 182, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 182, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb62f; background: linear-gradient(135deg, #ffb62f, #BDFF2F);