#ffbb44
a balanced, electric orange · warm · closest name: orange
RGB
255, 187, 68
HSL
38°, 100%, 63%
CMYK
0, 27, 73, 0
Luminance
0.5722
Every format
| HEX | #ffbb44 |
| RGB | rgb(255, 187, 68) |
| HSL | hsl(38, 100%, 63%) |
| CMYK | cmyk(0%, 27%, 73%, 0%) |
| LAB | lab(80.3 13.9 66.7) |
| LCH | lch(80.3 68.1 78.2) |
| OKLCH | oklch(0.835 0.151 77.5) |
Copy-ready code
/* CSS */
color: #ffbb44;
background-color: #ffbb44;
/* Tailwind (arbitrary) */
class="text-[#ffbb44] bg-[#ffbb44]"
/* SCSS */
$brand: #ffbb44;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.267)
/* Android */
Color.parseColor("#ffbb44")Accessibility — WCAG contrast
Aa
#ffbb44 on white: 1.69:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbb44 on black: 12.44:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue26.7%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow73.3%
Key (black)0.0%
Color previews
#ffbb44 text on a black background
contrast 12.44:1
Card sample
#ffbb44 text on a white background
contrast 1.69:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbb44;
Background color
Panel with #ffbb44 background
background-color: #ffbb44;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbb44;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 68, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 68, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbb44; background: linear-gradient(135deg, #ffbb44, #C6FF44);