#ffbc56
a light, electric orange · warm · closest name: orange
RGB
255, 188, 86
HSL
36°, 100%, 67%
CMYK
0, 26, 66, 0
Luminance
0.5790
Every format
| HEX | #ffbc56 |
| RGB | rgb(255, 188, 86) |
| HSL | hsl(36, 100%, 67%) |
| CMYK | cmyk(0%, 26%, 66%, 0%) |
| LAB | lab(80.7 14.3 59.5) |
| LCH | lch(80.7 61.2 76.5) |
| OKLCH | oklch(0.839 0.140 75.1) |
Copy-ready code
/* CSS */
color: #ffbc56;
background-color: #ffbc56;
/* Tailwind (arbitrary) */
class="text-[#ffbc56] bg-[#ffbc56]"
/* SCSS */
$brand: #ffbc56;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.337)
/* Android */
Color.parseColor("#ffbc56")Accessibility — WCAG contrast
Aa
#ffbc56 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc56 on black: 12.58:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue33.7%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow66.3%
Key (black)0.0%
Color previews
#ffbc56 text on a black background
contrast 12.58:1
Card sample
#ffbc56 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc56;
Background color
Panel with #ffbc56 background
background-color: #ffbc56;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc56;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 86, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 86, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc56; background: linear-gradient(135deg, #ffbc56, #D1FF56);