#f2835e
a light, electric orange · warm · closest name: coral
RGB
242, 131, 94
HSL
15°, 85%, 66%
CMYK
0, 46, 61, 5
Luminance
0.3592
Every format
| HEX | #f2835e |
| RGB | rgb(242, 131, 94) |
| HSL | hsl(15, 85%, 66%) |
| CMYK | cmyk(0%, 46%, 61%, 5%) |
| LAB | lab(66.5 39.3 38.8) |
| LCH | lch(66.5 55.2 44.6) |
| OKLCH | oklch(0.726 0.146 39.0) |
Copy-ready code
/* CSS */
color: #f2835e;
background-color: #f2835e;
/* Tailwind (arbitrary) */
class="text-[#f2835e] bg-[#f2835e]"
/* SCSS */
$brand: #f2835e;
/* SwiftUI */
Color(red: 0.949, green: 0.514, blue: 0.369)
/* Android */
Color.parseColor("#f2835e")Accessibility — WCAG contrast
Aa
#f2835e on white: 2.57:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f2835e on black: 8.18:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.9%
Green51.4%
Blue36.9%
CMYK percentages
Cyan0.0%
Magenta45.9%
Yellow61.2%
Key (black)5.1%
Color previews
#f2835e text on a black background
contrast 8.18:1
Card sample
#f2835e text on a white background
contrast 2.57:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f2835e;
Background color
Panel with #f2835e background
background-color: #f2835e;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f2835e;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(242, 131, 94, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(242, 131, 94, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f2835e; background: linear-gradient(135deg, #f2835e, #F2E65E);