#ffb83a
a balanced, electric orange · warm · closest name: orange
RGB
255, 184, 58
HSL
38°, 100%, 61%
CMYK
0, 28, 77, 0
Luminance
0.5585
Every format
| HEX | #ffb83a |
| RGB | rgb(255, 184, 58) |
| HSL | hsl(38, 100%, 61%) |
| CMYK | cmyk(0%, 28%, 77%, 0%) |
| LAB | lab(79.5 15.1 69.7) |
| LCH | lch(79.5 71.3 77.8) |
| OKLCH | oklch(0.829 0.156 77.0) |
Copy-ready code
/* CSS */
color: #ffb83a;
background-color: #ffb83a;
/* Tailwind (arbitrary) */
class="text-[#ffb83a] bg-[#ffb83a]"
/* SCSS */
$brand: #ffb83a;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.227)
/* Android */
Color.parseColor("#ffb83a")Accessibility — WCAG contrast
Aa
#ffb83a on white: 1.73:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb83a on black: 12.17:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue22.7%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow77.3%
Key (black)0.0%
Color previews
#ffb83a text on a black background
contrast 12.17:1
Card sample
#ffb83a text on a white background
contrast 1.73:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb83a;
Background color
Panel with #ffb83a background
background-color: #ffb83a;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb83a;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 58, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 58, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb83a; background: linear-gradient(135deg, #ffb83a, #C3FF3A);