#ffb257
a light, electric orange · warm · closest name: peru
RGB
255, 178, 87
HSL
33°, 100%, 67%
CMYK
0, 30, 66, 0
Luminance
0.5379
Every format
| HEX | #ffb257 |
| RGB | rgb(255, 178, 87) |
| HSL | hsl(33, 100%, 67%) |
| CMYK | cmyk(0%, 30%, 66%, 0%) |
| LAB | lab(78.3 19.6 56.5) |
| LCH | lch(78.3 59.8 70.9) |
| OKLCH | oklch(0.821 0.139 68.1) |
Copy-ready code
/* CSS */
color: #ffb257;
background-color: #ffb257;
/* Tailwind (arbitrary) */
class="text-[#ffb257] bg-[#ffb257]"
/* SCSS */
$brand: #ffb257;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.341)
/* Android */
Color.parseColor("#ffb257")Accessibility — WCAG contrast
Aa
#ffb257 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb257 on black: 11.76:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue34.1%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow65.9%
Key (black)0.0%
Color previews
#ffb257 text on a black background
contrast 11.76:1
Card sample
#ffb257 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb257;
Background color
Panel with #ffb257 background
background-color: #ffb257;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb257;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 87, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 87, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb257; background: linear-gradient(135deg, #ffb257, #DCFF57);