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