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