#ffbc2f
a balanced, electric yellow · warm · closest name: orange
RGB
255, 188, 47
HSL
41°, 100%, 59%
CMYK
0, 26, 82, 0
Luminance
0.5743
Every format
| HEX | #ffbc2f |
| RGB | rgb(255, 188, 47) |
| HSL | hsl(41, 100%, 59%) |
| CMYK | cmyk(0%, 26%, 82%, 0%) |
| LAB | lab(80.4 12.7 74.2) |
| LCH | lch(80.4 75.2 80.3) |
| OKLCH | oklch(0.836 0.161 80.4) |
Copy-ready code
/* CSS */
color: #ffbc2f;
background-color: #ffbc2f;
/* Tailwind (arbitrary) */
class="text-[#ffbc2f] bg-[#ffbc2f]"
/* SCSS */
$brand: #ffbc2f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.184)
/* Android */
Color.parseColor("#ffbc2f")Accessibility — WCAG contrast
Aa
#ffbc2f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc2f on black: 12.49:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow81.6%
Key (black)0.0%
Color previews
#ffbc2f text on a black background
contrast 12.49:1
Card sample
#ffbc2f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc2f;
Background color
Panel with #ffbc2f background
background-color: #ffbc2f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc2f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc2f; background: linear-gradient(135deg, #ffbc2f, #B7FF2F);