#f06536
a balanced, electric orange · warm · closest name: tomato
RGB
240, 101, 54
HSL
15°, 86%, 58%
CMYK
0, 58, 78, 6
Luminance
0.2810
Every format
| HEX | #f06536 |
| RGB | rgb(240, 101, 54) |
| HSL | hsl(15, 86%, 58%) |
| CMYK | cmyk(0%, 58%, 78%, 6%) |
| LAB | lab(60.0 51.1 51.9) |
| LCH | lch(60.0 72.8 45.5) |
| OKLCH | oklch(0.674 0.182 38.4) |
Copy-ready code
/* CSS */
color: #f06536;
background-color: #f06536;
/* Tailwind (arbitrary) */
class="text-[#f06536] bg-[#f06536]"
/* SCSS */
$brand: #f06536;
/* SwiftUI */
Color(red: 0.941, green: 0.396, blue: 0.212)
/* Android */
Color.parseColor("#f06536")Accessibility — WCAG contrast
Aa
#f06536 on white: 3.17:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06536 on black: 6.62:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green39.6%
Blue21.2%
CMYK percentages
Cyan0.0%
Magenta57.9%
Yellow77.5%
Key (black)5.9%
Color previews
#f06536 text on a black background
contrast 6.62:1
Card sample
#f06536 text on a white background
contrast 3.17:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06536;
Background color
Panel with #f06536 background
background-color: #f06536;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06536;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 101, 54, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 101, 54, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06536; background: linear-gradient(135deg, #f06536, #F0E136);