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