#ff9b4b
a balanced, electric orange · warm · closest name: peru
RGB
255, 155, 75
HSL
27°, 100%, 65%
CMYK
0, 39, 71, 0
Luminance
0.4521
Every format
| HEX | #ff9b4b |
| RGB | rgb(255, 155, 75) |
| HSL | hsl(27, 100%, 65%) |
| CMYK | cmyk(0%, 39%, 71%, 0%) |
| LAB | lab(73.0 30.9 56.2) |
| LCH | lch(73.0 64.2 61.2) |
| OKLCH | oklch(0.779 0.152 56.5) |
Copy-ready code
/* CSS */
color: #ff9b4b;
background-color: #ff9b4b;
/* Tailwind (arbitrary) */
class="text-[#ff9b4b] bg-[#ff9b4b]"
/* SCSS */
$brand: #ff9b4b;
/* SwiftUI */
Color(red: 1.000, green: 0.608, blue: 0.294)
/* Android */
Color.parseColor("#ff9b4b")Accessibility — WCAG contrast
Aa
#ff9b4b on white: 2.09:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9b4b on black: 10.04:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green60.8%
Blue29.4%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow70.6%
Key (black)0.0%
Color previews
#ff9b4b text on a black background
contrast 10.04:1
Card sample
#ff9b4b text on a white background
contrast 2.09:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9b4b;
Background color
Panel with #ff9b4b background
background-color: #ff9b4b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9b4b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 155, 75, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 155, 75, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9b4b; background: linear-gradient(135deg, #ff9b4b, #EBFF4B);