#ffb077
a light, electric orange · warm · closest name: peru
RGB
255, 176, 119
HSL
25°, 100%, 73%
CMYK
0, 31, 53, 0
Luminance
0.5364
Every format
| HEX | #ffb077 |
| RGB | rgb(255, 176, 119) |
| HSL | hsl(25, 100%, 73%) |
| CMYK | cmyk(0%, 31%, 53%, 0%) |
| LAB | lab(78.3 22.9 40.6) |
| LCH | lch(78.3 46.6 60.6) |
| OKLCH | oklch(0.821 0.118 56.1) |
Copy-ready code
/* CSS */
color: #ffb077;
background-color: #ffb077;
/* Tailwind (arbitrary) */
class="text-[#ffb077] bg-[#ffb077]"
/* SCSS */
$brand: #ffb077;
/* SwiftUI */
Color(red: 1.000, green: 0.690, blue: 0.467)
/* Android */
Color.parseColor("#ffb077")Accessibility — WCAG contrast
Aa
#ffb077 on white: 1.79:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb077 on black: 11.73:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.0%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta31.0%
Yellow53.3%
Key (black)0.0%
Color previews
#ffb077 text on a black background
contrast 11.73:1
Card sample
#ffb077 text on a white background
contrast 1.79:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb077;
Background color
Panel with #ffb077 background
background-color: #ffb077;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb077;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 176, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 176, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb077; background: linear-gradient(135deg, #ffb077, #F3FF77);