#ffbc3f
a balanced, electric orange · warm · closest name: orange
RGB
255, 188, 63
HSL
39°, 100%, 62%
CMYK
0, 26, 75, 0
Luminance
0.5759
Every format
| HEX | #ffbc3f |
| RGB | rgb(255, 188, 63) |
| HSL | hsl(39, 100%, 62%) |
| CMYK | cmyk(0%, 26%, 75%, 0%) |
| LAB | lab(80.5 13.2 68.8) |
| LCH | lch(80.5 70.1 79.1) |
| OKLCH | oklch(0.837 0.154 78.7) |
Copy-ready code
/* CSS */
color: #ffbc3f;
background-color: #ffbc3f;
/* Tailwind (arbitrary) */
class="text-[#ffbc3f] bg-[#ffbc3f]"
/* SCSS */
$brand: #ffbc3f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.247)
/* Android */
Color.parseColor("#ffbc3f")Accessibility — WCAG contrast
Aa
#ffbc3f on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc3f on black: 12.52:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow75.3%
Key (black)0.0%
Color previews
#ffbc3f text on a black background
contrast 12.52:1
Card sample
#ffbc3f text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc3f;
Background color
Panel with #ffbc3f background
background-color: #ffbc3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc3f; background: linear-gradient(135deg, #ffbc3f, #C2FF3F);