#f09263
a light, electric orange · warm · closest name: peru
RGB
240, 146, 99
HSL
20°, 83%, 67%
CMYK
0, 39, 59, 6
Luminance
0.3998
Every format
| HEX | #f09263 |
| RGB | rgb(240, 146, 99) |
| HSL | hsl(20, 83%, 67%) |
| CMYK | cmyk(0%, 39%, 59%, 6%) |
| LAB | lab(69.5 31.1 39.7) |
| LCH | lch(69.5 50.5 51.9) |
| OKLCH | oklch(0.748 0.130 46.7) |
Copy-ready code
/* CSS */
color: #f09263;
background-color: #f09263;
/* Tailwind (arbitrary) */
class="text-[#f09263] bg-[#f09263]"
/* SCSS */
$brand: #f09263;
/* SwiftUI */
Color(red: 0.941, green: 0.573, blue: 0.388)
/* Android */
Color.parseColor("#f09263")Accessibility — WCAG contrast
Aa
#f09263 on white: 2.33:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09263 on black: 9.00:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green57.3%
Blue38.8%
CMYK percentages
Cyan0.0%
Magenta39.2%
Yellow58.8%
Key (black)5.9%
Color previews
#f09263 text on a black background
contrast 9.00:1
Card sample
#f09263 text on a white background
contrast 2.33:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09263;
Background color
Panel with #f09263 background
background-color: #f09263;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09263;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 146, 99, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 146, 99, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09263; background: linear-gradient(135deg, #f09263, #F0F063);