#ffbd7c
a light, electric orange · warm · closest name: peru
RGB
255, 189, 124
HSL
30°, 100%, 74%
CMYK
0, 26, 51, 0
Luminance
0.5911
Every format
| HEX | #ffbd7c |
| RGB | rgb(255, 189, 124) |
| HSL | hsl(30, 100%, 74%) |
| CMYK | cmyk(0%, 26%, 51%, 0%) |
| LAB | lab(81.3 16.5 42.0) |
| LCH | lch(81.3 45.1 68.5) |
| OKLCH | oklch(0.845 0.112 64.9) |
Copy-ready code
/* CSS */
color: #ffbd7c;
background-color: #ffbd7c;
/* Tailwind (arbitrary) */
class="text-[#ffbd7c] bg-[#ffbd7c]"
/* SCSS */
$brand: #ffbd7c;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.486)
/* Android */
Color.parseColor("#ffbd7c")Accessibility — WCAG contrast
Aa
#ffbd7c on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbd7c on black: 12.82:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue48.6%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow51.4%
Key (black)0.0%
Color previews
#ffbd7c text on a black background
contrast 12.82:1
Card sample
#ffbd7c text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbd7c;
Background color
Panel with #ffbd7c background
background-color: #ffbd7c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbd7c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 124, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 124, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbd7c; background: linear-gradient(135deg, #ffbd7c, #EAFF7C);