#ffbc5d
a light, electric orange · warm · closest name: peru
RGB
255, 188, 93
HSL
35°, 100%, 68%
CMYK
0, 26, 64, 0
Luminance
0.5802
Every format
| HEX | #ffbc5d |
| RGB | rgb(255, 188, 93) |
| HSL | hsl(35, 100%, 68%) |
| CMYK | cmyk(0%, 26%, 64%, 0%) |
| LAB | lab(80.8 14.7 56.4) |
| LCH | lch(80.8 58.3 75.3) |
| OKLCH | oklch(0.840 0.135 73.6) |
Copy-ready code
/* CSS */
color: #ffbc5d;
background-color: #ffbc5d;
/* Tailwind (arbitrary) */
class="text-[#ffbc5d] bg-[#ffbc5d]"
/* SCSS */
$brand: #ffbc5d;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.365)
/* Android */
Color.parseColor("#ffbc5d")Accessibility — WCAG contrast
Aa
#ffbc5d on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc5d on black: 12.60:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue36.5%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow63.5%
Key (black)0.0%
Color previews
#ffbc5d text on a black background
contrast 12.60:1
Card sample
#ffbc5d text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc5d;
Background color
Panel with #ffbc5d background
background-color: #ffbc5d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc5d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 93, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 93, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc5d; background: linear-gradient(135deg, #ffbc5d, #D6FF5D);