#ffbd80
a light, electric orange · warm · closest name: tan
RGB
255, 189, 128
HSL
29°, 100%, 75%
CMYK
0, 26, 50, 0
Luminance
0.5921
Every format
| HEX | #ffbd80 |
| RGB | rgb(255, 189, 128) |
| HSL | hsl(29, 100%, 75%) |
| CMYK | cmyk(0%, 26%, 50%, 0%) |
| LAB | lab(81.4 16.9 40.0) |
| LCH | lch(81.4 43.4 67.2) |
| OKLCH | oklch(0.846 0.109 63.3) |
Copy-ready code
/* CSS */
color: #ffbd80;
background-color: #ffbd80;
/* Tailwind (arbitrary) */
class="text-[#ffbd80] bg-[#ffbd80]"
/* SCSS */
$brand: #ffbd80;
/* SwiftUI */
Color(red: 1.000, green: 0.741, blue: 0.502)
/* Android */
Color.parseColor("#ffbd80")Accessibility — WCAG contrast
Aa
#ffbd80 on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbd80 on black: 12.84:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green74.1%
Blue50.2%
CMYK percentages
Cyan0.0%
Magenta25.9%
Yellow49.8%
Key (black)0.0%
Color previews
#ffbd80 text on a black background
contrast 12.84:1
Card sample
#ffbd80 text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbd80;
Background color
Panel with #ffbd80 background
background-color: #ffbd80;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbd80;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 189, 128, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 189, 128, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbd80; background: linear-gradient(135deg, #ffbd80, #ECFF80);