#f06233
a balanced, electric red · warm · closest name: tomato
RGB
240, 98, 51
HSL
15°, 86%, 57%
CMYK
0, 59, 79, 6
Luminance
0.2750
Every format
| HEX | #f06233 |
| RGB | rgb(240, 98, 51) |
| HSL | hsl(15, 86%, 57%) |
| CMYK | cmyk(0%, 59%, 79%, 6%) |
| LAB | lab(59.4 52.3 52.8) |
| LCH | lch(59.4 74.3 45.2) |
| OKLCH | oklch(0.670 0.185 38.0) |
Copy-ready code
/* CSS */
color: #f06233;
background-color: #f06233;
/* Tailwind (arbitrary) */
class="text-[#f06233] bg-[#f06233]"
/* SCSS */
$brand: #f06233;
/* SwiftUI */
Color(red: 0.941, green: 0.384, blue: 0.200)
/* Android */
Color.parseColor("#f06233")Accessibility — WCAG contrast
Aa
#f06233 on white: 3.23:1
AA ✗ fail · AA-large ✓ · AAA ✗
Aa
#f06233 on black: 6.50:1
AA ✓ pass · AA-large ✓ · AAA ✗
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green38.4%
Blue20.0%
CMYK percentages
Cyan0.0%
Magenta59.2%
Yellow78.8%
Key (black)5.9%
Color previews
#f06233 text on a black background
contrast 6.50:1
Card sample
#f06233 text on a white background
contrast 3.23:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f06233;
Background color
Panel with #f06233 background
background-color: #f06233;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f06233;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 98, 51, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 98, 51, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f06233; background: linear-gradient(135deg, #f06233, #F0E033);