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