#f0a830
a balanced, electric orange · warm · closest name: orange
RGB
240, 168, 48
HSL
38°, 87%, 57%
CMYK
0, 30, 80, 6
Luminance
0.4674
Every format
| HEX | #f0a830 |
| RGB | rgb(240, 168, 48) |
| HSL | hsl(38, 87%, 57%) |
| CMYK | cmyk(0%, 30%, 80%, 6%) |
| LAB | lab(74.0 16.9 67.6) |
| LCH | lch(74.0 69.7 76.0) |
| OKLCH | oklch(0.782 0.151 74.7) |
Copy-ready code
/* CSS */
color: #f0a830;
background-color: #f0a830;
/* Tailwind (arbitrary) */
class="text-[#f0a830] bg-[#f0a830]"
/* SCSS */
$brand: #f0a830;
/* SwiftUI */
Color(red: 0.941, green: 0.659, blue: 0.188)
/* Android */
Color.parseColor("#f0a830")Accessibility — WCAG contrast
Aa
#f0a830 on white: 2.03:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0a830 on black: 10.35:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green65.9%
Blue18.8%
CMYK percentages
Cyan0.0%
Magenta30.0%
Yellow80.0%
Key (black)5.9%
Color previews
#f0a830 text on a black background
contrast 10.35:1
Card sample
#f0a830 text on a white background
contrast 2.03:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0a830;
Background color
Panel with #f0a830 background
background-color: #f0a830;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0a830;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 168, 48, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 168, 48, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0a830; background: linear-gradient(135deg, #f0a830, #B8F030);