#ff965c
a light, electric orange · warm · closest name: coral
RGB
255, 150, 92
HSL
21°, 100%, 68%
CMYK
0, 41, 64, 0
Luminance
0.4385
Every format
| HEX | #ff965c |
| RGB | rgb(255, 150, 92) |
| HSL | hsl(21, 100%, 68%) |
| CMYK | cmyk(0%, 41%, 64%, 0%) |
| LAB | lab(72.1 34.5 47.0) |
| LCH | lch(72.1 58.3 53.7) |
| OKLCH | oklch(0.773 0.146 48.4) |
Copy-ready code
/* CSS */
color: #ff965c;
background-color: #ff965c;
/* Tailwind (arbitrary) */
class="text-[#ff965c] bg-[#ff965c]"
/* SCSS */
$brand: #ff965c;
/* SwiftUI */
Color(red: 1.000, green: 0.588, blue: 0.361)
/* Android */
Color.parseColor("#ff965c")Accessibility — WCAG contrast
Aa
#ff965c on white: 2.15:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ff965c on black: 9.77:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green58.8%
Blue36.1%
CMYK percentages
Cyan0.0%
Magenta41.2%
Yellow63.9%
Key (black)0.0%
Color previews
#ff965c text on a black background
contrast 9.77:1
Card sample
#ff965c text on a white background
contrast 2.15:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff965c;
Background color
Panel with #ff965c background
background-color: #ff965c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff965c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 150, 92, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 150, 92, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff965c; background: linear-gradient(135deg, #ff965c, #FBFF5C);