#ffbb66
a light, electric orange · warm · closest name: peru
RGB
255, 187, 102
HSL
33°, 100%, 70%
CMYK
0, 27, 60, 0
Luminance
0.5776
Every format
| HEX | #ffbb66 |
| RGB | rgb(255, 187, 102) |
| HSL | hsl(33, 100%, 70%) |
| CMYK | cmyk(0%, 27%, 60%, 0%) |
| LAB | lab(80.6 15.8 52.0) |
| LCH | lch(80.6 54.3 73.0) |
| OKLCH | oklch(0.839 0.129 70.6) |
Copy-ready code
/* CSS */
color: #ffbb66;
background-color: #ffbb66;
/* Tailwind (arbitrary) */
class="text-[#ffbb66] bg-[#ffbb66]"
/* SCSS */
$brand: #ffbb66;
/* SwiftUI */
Color(red: 1.000, green: 0.733, blue: 0.400)
/* Android */
Color.parseColor("#ffbb66")Accessibility — WCAG contrast
Aa
#ffbb66 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbb66 on black: 12.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.3%
Blue40.0%
CMYK percentages
Cyan0.0%
Magenta26.7%
Yellow60.0%
Key (black)0.0%
Color previews
#ffbb66 text on a black background
contrast 12.55:1
Card sample
#ffbb66 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbb66;
Background color
Panel with #ffbb66 background
background-color: #ffbb66;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbb66;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 187, 102, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 187, 102, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbb66; background: linear-gradient(135deg, #ffbb66, #DDFF66);