#ffb54d
a light, electric orange · warm · closest name: orange
RGB
255, 181, 77
HSL
35°, 100%, 65%
CMYK
0, 29, 70, 0
Luminance
0.5484
Every format
| HEX | #ffb54d |
| RGB | rgb(255, 181, 77) |
| HSL | hsl(35, 100%, 65%) |
| CMYK | cmyk(0%, 29%, 70%, 0%) |
| LAB | lab(79.0 17.5 61.6) |
| LCH | lch(79.0 64.0 74.1) |
| OKLCH | oklch(0.825 0.145 72.3) |
Copy-ready code
/* CSS */
color: #ffb54d;
background-color: #ffb54d;
/* Tailwind (arbitrary) */
class="text-[#ffb54d] bg-[#ffb54d]"
/* SCSS */
$brand: #ffb54d;
/* SwiftUI */
Color(red: 1.000, green: 0.710, blue: 0.302)
/* Android */
Color.parseColor("#ffb54d")Accessibility — WCAG contrast
Aa
#ffb54d on white: 1.75:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb54d on black: 11.97:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green71.0%
Blue30.2%
CMYK percentages
Cyan0.0%
Magenta29.0%
Yellow69.8%
Key (black)0.0%
Color previews
#ffb54d text on a black background
contrast 11.97:1
Card sample
#ffb54d text on a white background
contrast 1.75:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb54d;
Background color
Panel with #ffb54d background
background-color: #ffb54d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb54d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 181, 77, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 181, 77, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb54d; background: linear-gradient(135deg, #ffb54d, #D2FF4D);