#ffbc0d
a balanced, electric yellow · warm · closest name: orange
RGB
255, 188, 13
HSL
43°, 100%, 53%
CMYK
0, 26, 95, 0
Luminance
0.5726
Every format
| HEX | #ffbc0d |
| RGB | rgb(255, 188, 13) |
| HSL | hsl(43, 100%, 53%) |
| CMYK | cmyk(0%, 26%, 95%, 0%) |
| LAB | lab(80.3 12.1 81.2) |
| LCH | lch(80.3 82.1 81.6) |
| OKLCH | oklch(0.835 0.170 82.3) |
Copy-ready code
/* CSS */
color: #ffbc0d;
background-color: #ffbc0d;
/* Tailwind (arbitrary) */
class="text-[#ffbc0d] bg-[#ffbc0d]"
/* SCSS */
$brand: #ffbc0d;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.051)
/* Android */
Color.parseColor("#ffbc0d")Accessibility — WCAG contrast
Aa
#ffbc0d on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc0d on black: 12.45:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue5.1%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow94.9%
Key (black)0.0%
Color previews
#ffbc0d text on a black background
contrast 12.45:1
Card sample
#ffbc0d text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc0d;
Background color
Panel with #ffbc0d background
background-color: #ffbc0d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc0d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 13, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 13, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc0d; background: linear-gradient(135deg, #ffbc0d, #A1FF0D);