#ffb44f
a light, electric orange · warm · closest name: orange
RGB
255, 180, 79
HSL
34°, 100%, 66%
CMYK
0, 29, 69, 0
Luminance
0.5447
Every format
| HEX | #ffb44f |
| RGB | rgb(255, 180, 79) |
| HSL | hsl(34, 100%, 66%) |
| CMYK | cmyk(0%, 29%, 69%, 0%) |
| LAB | lab(78.7 18.1 60.5) |
| LCH | lch(78.7 63.2 73.3) |
| OKLCH | oklch(0.823 0.144 71.2) |
Copy-ready code
/* CSS */
color: #ffb44f;
background-color: #ffb44f;
/* Tailwind (arbitrary) */
class="text-[#ffb44f] bg-[#ffb44f]"
/* SCSS */
$brand: #ffb44f;
/* SwiftUI */
Color(red: 1.000, green: 0.706, blue: 0.310)
/* Android */
Color.parseColor("#ffb44f")Accessibility — WCAG contrast
Aa
#ffb44f on white: 1.77:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb44f on black: 11.89:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green70.6%
Blue31.0%
CMYK percentages
Cyan0.0%
Magenta29.4%
Yellow69.0%
Key (black)0.0%
Color previews
#ffb44f text on a black background
contrast 11.89:1
Card sample
#ffb44f text on a white background
contrast 1.77:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb44f;
Background color
Panel with #ffb44f background
background-color: #ffb44f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb44f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 180, 79, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 180, 79, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb44f; background: linear-gradient(135deg, #ffb44f, #D5FF4F);