#ffbc9f
a light, electric orange · warm · closest name: tan
RGB
255, 188, 159
HSL
18°, 100%, 81%
CMYK
0, 26, 38, 0
Luminance
0.5973
Every format
| HEX | #ffbc9f |
| RGB | rgb(255, 188, 159) |
| HSL | hsl(18, 100%, 81%) |
| CMYK | cmyk(0%, 26%, 38%, 0%) |
| LAB | lab(81.7 20.5 24.2) |
| LCH | lch(81.7 31.7 49.7) |
| OKLCH | oklch(0.850 0.087 44.4) |
Copy-ready code
/* CSS */
color: #ffbc9f;
background-color: #ffbc9f;
/* Tailwind (arbitrary) */
class="text-[#ffbc9f] bg-[#ffbc9f]"
/* SCSS */
$brand: #ffbc9f;
/* SwiftUI */
Color(red: 1.000, green: 0.737, blue: 0.624)
/* Android */
Color.parseColor("#ffbc9f")Accessibility — WCAG contrast
Aa
#ffbc9f on white: 1.62:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffbc9f on black: 12.95:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green73.7%
Blue62.4%
CMYK percentages
Cyan0.0%
Magenta26.3%
Yellow37.6%
Key (black)0.0%
Color previews
#ffbc9f text on a black background
contrast 12.95:1
Card sample
#ffbc9f text on a white background
contrast 1.62:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffbc9f;
Background color
Panel with #ffbc9f background
background-color: #ffbc9f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffbc9f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 188, 159, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 188, 159, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffbc9f; background: linear-gradient(135deg, #ffbc9f, #FFFC9F);