#f0b229
a balanced, electric yellow · warm · closest name: orange
RGB
240, 178, 41
HSL
41°, 87%, 55%
CMYK
0, 26, 83, 6
Luminance
0.5053
Every format
| HEX | #f0b229 |
| RGB | rgb(240, 178, 41) |
| HSL | hsl(41, 87%, 55%) |
| CMYK | cmyk(0%, 26%, 83%, 6%) |
| LAB | lab(76.4 11.4 71.9) |
| LCH | lch(76.4 72.8 81.0) |
| OKLCH | oklch(0.801 0.155 81.4) |
Copy-ready code
/* CSS */
color: #f0b229;
background-color: #f0b229;
/* Tailwind (arbitrary) */
class="text-[#f0b229] bg-[#f0b229]"
/* SCSS */
$brand: #f0b229;
/* SwiftUI */
Color(red: 0.941, green: 0.698, blue: 0.161)
/* Android */
Color.parseColor("#f0b229")Accessibility — WCAG contrast
Aa
#f0b229 on white: 1.89:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#f0b229 on black: 11.11:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red94.1%
Green69.8%
Blue16.1%
CMYK percentages
Cyan0.0%
Magenta25.8%
Yellow82.9%
Key (black)5.9%
Color previews
#f0b229 text on a black background
contrast 11.11:1
Card sample
#f0b229 text on a white background
contrast 1.89:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #f0b229;
Background color
Panel with #f0b229 background
background-color: #f0b229;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #f0b229;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(240, 178, 41, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(240, 178, 41, 0.45);
Border & gradient
Gradient panel
border: 3px solid #f0b229; background: linear-gradient(135deg, #f0b229, #A9F029);