#ffbc8d
a light, electric orange · warm · closest name: tan
RGB
255, 188, 141
HSL
25°, 100%, 78%
CMYK
0, 26, 45, 0
Luminance
0.5915
Every format
| HEX | #ffbc8d |
| RGB | rgb(255, 188, 141) |
| HSL | hsl(25, 100%, 78%) |
| CMYK | cmyk(0%, 26%, 45%, 0%) |
| LAB | lab(81.4 18.6 33.2) |
| LCH | lch(81.4 38.1 60.8) |
| OKLCH | oklch(0.846 0.099 56.0) |
Copy-ready code
/* CSS */
color: #ffbc8d;
background-color: #ffbc8d;
/* Tailwind (arbitrary) */
class="text-[#ffbc8d] bg-[#ffbc8d]"
/* SCSS */
$brand: #ffbc8d;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.553)
/* Android */
Color.parseColor("#ffbc8d")Accessibility — WCAG contrast
Aa
#ffbc8d on white: 1.64:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc8d on black: 12.83:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue55.3%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow44.7%
Key (black)0.0%
Color previews
#ffbc8d text on a black background
contrast 12.83:1
Card sample
#ffbc8d text on a white background
contrast 1.64:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc8d;
Background color
Panel with #ffbc8d background
background-color: #ffbc8d;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc8d;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 141, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 141, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc8d; background: linear-gradient(135deg, #ffbc8d, #F6FF8D);