#ffb22f
a balanced, electric orange · warm · closest name: orange
RGB
255, 178, 47
HSL
38°, 100%, 59%
CMYK
0, 30, 82, 0
Luminance
0.5331
Every format
| HEX | #ffb22f |
| RGB | rgb(255, 178, 47) |
| HSL | hsl(38, 100%, 59%) |
| CMYK | cmyk(0%, 30%, 82%, 0%) |
| LAB | lab(78.1 17.9 72.1) |
| LCH | lch(78.1 74.3 76.1) |
| OKLCH | oklch(0.817 0.160 74.8) |
Copy-ready code
/* CSS */
color: #ffb22f;
background-color: #ffb22f;
/* Tailwind (arbitrary) */
class="text-[#ffb22f] bg-[#ffb22f]"
/* SCSS */
$brand: #ffb22f;
/* SwiftUI */
Color(red: 1.000, green: 0.698, blue: 0.184)
/* Android */
Color.parseColor("#ffb22f")Accessibility — WCAG contrast
Aa
#ffb22f on white: 1.80:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb22f on black: 11.66:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green69.8%
Blue18.4%
CMYK percentages
Cyan0.0%
Magenta30.2%
Yellow81.6%
Key (black)0.0%
Color previews
#ffb22f text on a black background
contrast 11.66:1
Card sample
#ffb22f text on a white background
contrast 1.80:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb22f;
Background color
Panel with #ffb22f background
background-color: #ffb22f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb22f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 178, 47, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 178, 47, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb22f; background: linear-gradient(135deg, #ffb22f, #C1FF2F);