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