#ff511c
a balanced, electric red · warm · closest name: red
RGB
255, 81, 28
HSL
14°, 100%, 56%
CMYK
0, 68, 89, 0
Luminance
0.2723
Every format
| HEX | #ff511c |
| RGB | rgb(255, 81, 28) |
| HSL | hsl(14, 100%, 56%) |
| CMYK | cmyk(0%, 68%, 89%, 0%) |
| LAB | lab(59.2 63.9 63.1) |
| LCH | lch(59.2 89.7 44.6) |
| OKLCH | oklch(0.672 0.218 35.8) |
Copy-ready code
/* CSS */
color: #ff511c;
background-color: #ff511c;
/* Tailwind (arbitrary) */
class="text-[#ff511c] bg-[#ff511c]"
/* SCSS */
$brand: #ff511c;
/* SwiftUI */
Color(red: 1.000, green: 0.318, blue: 0.110)
/* Android */
Color.parseColor("#ff511c")Accessibility — WCAG contrast
Aa
#ff511c on white: 3.26:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#ff511c on black: 6.45:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green31.8%
Blue11.0%
CMYK percentages
Cyan0.0%
Magenta68.2%
Yellow89.0%
Key (black)0.0%
Color previews
#ff511c text on a black background
contrast 6.45:1
Card sample
#ff511c text on a white background
contrast 3.26:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ff511c;
Background color
Panel with #ff511c background
background-color: #ff511c;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ff511c;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 81, 28, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 81, 28, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ff511c; background: linear-gradient(135deg, #ff511c, #FFE81C);