#f09c3f
a balanced, electric orange · warm · closest name: peru
RGB
240, 156, 63
HSL
32°, 86%, 59%
CMYK
0, 35, 74, 6
Luminance
0.4266
Every format
| HEX | #f09c3f |
| RGB | rgb(240, 156, 63) |
| HSL | hsl(32, 86%, 59%) |
| CMYK | cmyk(0%, 35%, 74%, 6%) |
| LAB | lab(71.3 23.8 59.2) |
| LCH | lch(71.3 63.8 68.2) |
| OKLCH | oklch(0.762 0.145 64.8) |
Copy-ready code
/* CSS */
color: #f09c3f;
background-color: #f09c3f;
/* Tailwind (arbitrary) */
class="text-[#f09c3f] bg-[#f09c3f]"
/* SCSS */
$brand: #f09c3f;
/* SwiftUI */
Color(red: 0.941, green: 0.612, blue: 0.247)
/* Android */
Color.parseColor("#f09c3f")Accessibility — WCAG contrast
Aa
#f09c3f on white: 2.20:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f09c3f on black: 9.53:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green61.2%
Blue24.7%
CMYK percentages
Cyan0.0%
Magenta35.0%
Yellow73.8%
Key (black)5.9%
Color previews
#f09c3f text on a black background
contrast 9.53:1
Card sample
#f09c3f text on a white background
contrast 2.20:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f09c3f;
Background color
Panel with #f09c3f background
background-color: #f09c3f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f09c3f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 156, 63, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 156, 63, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f09c3f; background: linear-gradient(135deg, #f09c3f, #CEF03F);