#ffbc9b
a light, electric orange · warm · closest name: tan
RGB
255, 188, 155
HSL
20°, 100%, 80%
CMYK
0, 26, 39, 0
Luminance
0.5959
Every format
| HEX | #ffbc9b |
| RGB | rgb(255, 188, 155) |
| HSL | hsl(20, 100%, 80%) |
| CMYK | cmyk(0%, 26%, 39%, 0%) |
| LAB | lab(81.6 20.1 26.2) |
| LCH | lch(81.6 33.0 52.5) |
| OKLCH | oklch(0.849 0.090 47.3) |
Copy-ready code
/* CSS */
color: #ffbc9b;
background-color: #ffbc9b;
/* Tailwind (arbitrary) */
class="text-[#ffbc9b] bg-[#ffbc9b]"
/* SCSS */
$brand: #ffbc9b;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.608)
/* Android */
Color.parseColor("#ffbc9b")Accessibility — WCAG contrast
Aa
#ffbc9b on white: 1.63:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc9b on black: 12.92:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue60.8%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow39.2%
Key (black)0.0%
Color previews
#ffbc9b text on a black background
contrast 12.92:1
Card sample
#ffbc9b text on a white background
contrast 1.63:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc9b;
Background color
Panel with #ffbc9b background
background-color: #ffbc9b;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc9b;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 155, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 155, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc9b; background: linear-gradient(135deg, #ffbc9b, #FFFF9B);