#ffba76
a light, electric orange · warm · closest name: peru
RGB
255, 186, 118
HSL
30°, 100%, 73%
CMYK
0, 27, 54, 0
Luminance
0.5769
Every format
| HEX | #ffba76 |
| RGB | rgb(255, 186, 118) |
| HSL | hsl(30, 100%, 73%) |
| CMYK | cmyk(0%, 27%, 54%, 0%) |
| LAB | lab(80.6 17.6 44.0) |
| LCH | lch(80.6 47.4 68.2) |
| OKLCH | oklch(0.839 0.117 64.7) |
Copy-ready code
/* CSS */
color: #ffba76;
background-color: #ffba76;
/* Tailwind (arbitrary) */
class="text-[#ffba76] bg-[#ffba76]"
/* SCSS */
$brand: #ffba76;
/* SwiftUI */
Color(red: 1.000, green: 0.729, blue: 0.463)
/* Android */
Color.parseColor("#ffba76")Accessibility — WCAG contrast
Aa
#ffba76 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffba76 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.9%
Blue46.3%
CMYK percentages
Cyan0.0%
Magenta27.1%
Yellow53.7%
Key (black)0.0%
Color previews
#ffba76 text on a black background
contrast 12.54:1
Card sample
#ffba76 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffba76;
Background color
Panel with #ffba76 background
background-color: #ffba76;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffba76;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 186, 118, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 186, 118, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffba76; background: linear-gradient(135deg, #ffba76, #E9FF76);