#ffb034
a balanced, electric orange · warm · closest name: orange
RGB
255, 176, 52
HSL
37°, 100%, 60%
CMYK
0, 31, 80, 0
Luminance
0.5256
Every format
| HEX | #ffb034 |
| RGB | rgb(255, 176, 52) |
| HSL | hsl(37, 100%, 60%) |
| CMYK | cmyk(0%, 31%, 80%, 0%) |
| LAB | lab(77.6 19.1 70.1) |
| LCH | lch(77.6 72.6 74.8) |
| OKLCH | oklch(0.814 0.158 73.1) |
Copy-ready code
/* CSS */
color: #ffb034;
background-color: #ffb034;
/* Tailwind (arbitrary) */
class="text-[#ffb034] bg-[#ffb034]"
/* SCSS */
$brand: #ffb034;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.204)
/* Android */
Color.parseColor("#ffb034")Accessibility — WCAG contrast
Aa
#ffb034 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb034 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue20.4%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow79.6%
Key (black)0.0%
Color previews
#ffb034 text on a black background
contrast 11.51:1
Card sample
#ffb034 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb034;
Background color
Panel with #ffb034 background
background-color: #ffb034;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb034;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 52, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 52, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb034; background: linear-gradient(135deg, #ffb034, #C7FF34);