#ffb834
a balanced, electric orange · warm · closest name: orange
RGB
255, 184, 52
HSL
39°, 100%, 60%
CMYK
0, 28, 80, 0
Luminance
0.5579
Every format
| HEX | #ffb834 |
| RGB | rgb(255, 184, 52) |
| HSL | hsl(39, 100%, 60%) |
| CMYK | cmyk(0%, 28%, 80%, 0%) |
| LAB | lab(79.5 14.9 71.8) |
| LCH | lch(79.5 73.3 78.3) |
| OKLCH | oklch(0.829 0.159 77.7) |
Copy-ready code
/* CSS */
color: #ffb834;
background-color: #ffb834;
/* Tailwind (arbitrary) */
class="text-[#ffb834] bg-[#ffb834]"
/* SCSS */
$brand: #ffb834;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.204)
/* Android */
Color.parseColor("#ffb834")Accessibility — WCAG contrast
Aa
#ffb834 on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb834 on black: 12.16:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow79.6%
Key (black)0.0%
Color previews
#ffb834 text on a black background
contrast 12.16:1
Card sample
#ffb834 text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb834;
Background color
Panel with #ffb834 background
background-color: #ffb834;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb834;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb834; background: linear-gradient(135deg, #ffb834, #BFFF34);