#ffbc4f
a light, electric orange · warm · closest name: orange
RGB
255, 188, 79
HSL
37°, 100%, 66%
CMYK
0, 26, 69, 0
Luminance
0.5779
Every format
| HEX | #ffbc4f |
| RGB | rgb(255, 188, 79) |
| HSL | hsl(37, 100%, 66%) |
| CMYK | cmyk(0%, 26%, 69%, 0%) |
| LAB | lab(80.6 13.9 62.5) |
| LCH | lch(80.6 64.0 77.4) |
| OKLCH | oklch(0.838 0.145 76.4) |
Copy-ready code
/* CSS */
color: #ffbc4f;
background-color: #ffbc4f;
/* Tailwind (arbitrary) */
class="text-[#ffbc4f] bg-[#ffbc4f]"
/* SCSS */
$brand: #ffbc4f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.310)
/* Android */
Color.parseColor("#ffbc4f")Accessibility — WCAG contrast
Aa
#ffbc4f on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc4f on black: 12.56:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow69.0%
Key (black)0.0%
Color previews
#ffbc4f text on a black background
contrast 12.56:1
Card sample
#ffbc4f text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc4f;
Background color
Panel with #ffbc4f background
background-color: #ffbc4f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc4f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc4f; background: linear-gradient(135deg, #ffbc4f, #CDFF4F);