#ffbb77
a light, electric orange · warm · closest name: peru
RGB
255, 187, 119
HSL
30°, 100%, 73%
CMYK
0, 27, 53, 0
Luminance
0.5813
Every format
| HEX | #ffbb77 |
| RGB | rgb(255, 187, 119) |
| HSL | hsl(30, 100%, 73%) |
| CMYK | cmyk(0%, 27%, 53%, 0%) |
| LAB | lab(80.8 17.1 43.8) |
| LCH | lch(80.8 47.1 68.7) |
| OKLCH | oklch(0.841 0.116 65.1) |
Copy-ready code
/* CSS */
color: #ffbb77;
background-color: #ffbb77;
/* Tailwind (arbitrary) */
class="text-[#ffbb77] bg-[#ffbb77]"
/* SCSS */
$brand: #ffbb77;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.467)
/* Android */
Color.parseColor("#ffbb77")Accessibility — WCAG contrast
Aa
#ffbb77 on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbb77 on black: 12.63:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue46.7%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow53.3%
Key (black)0.0%
Color previews
#ffbb77 text on a black background
contrast 12.63:1
Card sample
#ffbb77 text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbb77;
Background color
Panel with #ffbb77 background
background-color: #ffbb77;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbb77;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 119, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 119, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbb77; background: linear-gradient(135deg, #ffbb77, #E8FF77);