#ffbd5c
a light, electric orange · warm · closest name: peru
RGB
255, 189, 92
HSL
36°, 100%, 68%
CMYK
0, 26, 64, 0
Luminance
0.5843
Every format
| HEX | #ffbd5c |
| RGB | rgb(255, 189, 92) |
| HSL | hsl(36, 100%, 68%) |
| CMYK | cmyk(0%, 26%, 64%, 0%) |
| LAB | lab(81.0 14.2 57.1) |
| LCH | lch(81.0 58.8 76.1) |
| OKLCH | oklch(0.841 0.136 74.5) |
Copy-ready code
/* CSS */
color: #ffbd5c;
background-color: #ffbd5c;
/* Tailwind (arbitrary) */
class="text-[#ffbd5c] bg-[#ffbd5c]"
/* SCSS */
$brand: #ffbd5c;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.361)
/* Android */
Color.parseColor("#ffbd5c")Accessibility — WCAG contrast
Aa
#ffbd5c on white: 1.66:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbd5c on black: 12.69:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow63.9%
Key (black)0.0%
Color previews
#ffbd5c text on a black background
contrast 12.69:1
Card sample
#ffbd5c text on a white background
contrast 1.66:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbd5c;
Background color
Panel with #ffbd5c background
background-color: #ffbd5c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbd5c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbd5c; background: linear-gradient(135deg, #ffbd5c, #D4FF5C);