#ff9727
a balanced, electric orange · warm · closest name: orange
RGB
255, 151, 39
HSL
31°, 100%, 58%
CMYK
0, 41, 85, 0
Luminance
0.4354
Every format
| HEX | #ff9727 |
| RGB | rgb(255, 151, 39) |
| HSL | hsl(31, 100%, 58%) |
| CMYK | cmyk(0%, 41%, 85%, 0%) |
| LAB | lab(71.9 31.7 69.4) |
| LCH | lch(71.9 76.3 65.4) |
| OKLCH | oklch(0.770 0.168 60.9) |
Copy-ready code
/* CSS */
color: #ff9727;
background-color: #ff9727;
/* Tailwind (arbitrary) */
class="text-[#ff9727] bg-[#ff9727]"
/* SCSS */
$brand: #ff9727;
/* SwiftUI */
Color(red: 1.000, green: 0.592, blue: 0.153)
/* Android */
Color.parseColor("#ff9727")Accessibility — WCAG contrast
Aa
#ff9727 on white: 2.16:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff9727 on black: 9.71:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green59.2%
Blue15.3%
CMYK percentages
Cyan0.0%
Magenta40.8%
Yellow84.7%
Key (black)0.0%
Color previews
#ff9727 text on a black background
contrast 9.71:1
Card sample
#ff9727 text on a white background
contrast 2.16:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff9727;
Background color
Panel with #ff9727 background
background-color: #ff9727;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff9727;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 151, 39, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 151, 39, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff9727; background: linear-gradient(135deg, #ff9727, #D7FF27);