#ffb16e
a light, electric orange · warm · closest name: peru
RGB
255, 177, 110
HSL
28°, 100%, 72%
CMYK
0, 31, 57, 0
Luminance
0.5383
Every format
| HEX | #ffb16e |
| RGB | rgb(255, 177, 110) |
| HSL | hsl(28, 100%, 72%) |
| CMYK | cmyk(0%, 31%, 57%, 0%) |
| LAB | lab(78.4 21.6 45.4) |
| LCH | lch(78.4 50.3 64.5) |
| OKLCH | oklch(0.822 0.124 60.5) |
Copy-ready code
/* CSS */
color: #ffb16e;
background-color: #ffb16e;
/* Tailwind (arbitrary) */
class="text-[#ffb16e] bg-[#ffb16e]"
/* SCSS */
$brand: #ffb16e;
/* SwiftUI */
Color(red: 1.000, green: 0.694, blue: 0.431)
/* Android */
Color.parseColor("#ffb16e")Accessibility — WCAG contrast
Aa
#ffb16e on white: 1.78:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb16e on black: 11.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.4%
Blue43.1%
CMYK percentages
Cyan0.0%
Magenta30.6%
Yellow56.9%
Key (black)0.0%
Color previews
#ffb16e text on a black background
contrast 11.77:1
Card sample
#ffb16e text on a white background
contrast 1.78:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb16e;
Background color
Panel with #ffb16e background
background-color: #ffb16e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb16e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 177, 110, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 177, 110, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb16e; background: linear-gradient(135deg, #ffb16e, #ECFF6E);