#ff936d
a light, electric orange · warm · closest name: salmon
RGB
255, 147, 109
HSL
16°, 100%, 71%
CMYK
0, 42, 57, 0
Luminance
0.4323
Every format
| HEX | #ff936d |
| RGB | rgb(255, 147, 109) |
| HSL | hsl(16, 100%, 71%) |
| CMYK | cmyk(0%, 42%, 57%, 0%) |
| LAB | lab(71.7 37.1 37.6) |
| LCH | lch(71.7 52.9 45.4) |
| OKLCH | oklch(0.770 0.141 40.0) |
Copy-ready code
/* CSS */
color: #ff936d;
background-color: #ff936d;
/* Tailwind (arbitrary) */
class="text-[#ff936d] bg-[#ff936d]"
/* SCSS */
$brand: #ff936d;
/* SwiftUI */
Color(red: 1.000, green: 0.576, blue: 0.427)
/* Android */
Color.parseColor("#ff936d")Accessibility — WCAG contrast
Aa
#ff936d on white: 2.18:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff936d on black: 9.65:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green57.6%
Blue42.7%
CMYK percentages
Cyan0.0%
Magenta42.4%
Yellow57.3%
Key (black)0.0%
Color previews
#ff936d text on a black background
contrast 9.65:1
Card sample
#ff936d text on a white background
contrast 2.18:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff936d;
Background color
Panel with #ff936d background
background-color: #ff936d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff936d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 147, 109, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 147, 109, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff936d; background: linear-gradient(135deg, #ff936d, #FFF46D);