#ffb899
a light, electric orange · warm · closest name: tan
RGB
255, 184, 153
HSL
18°, 100%, 80%
CMYK
0, 28, 40, 0
Luminance
0.5784
Every format
| HEX | #ffb899 |
| RGB | rgb(255, 184, 153) |
| HSL | hsl(18, 100%, 80%) |
| CMYK | cmyk(0%, 28%, 40%, 0%) |
| LAB | lab(80.7 21.9 25.9) |
| LCH | lch(80.7 34.0 49.8) |
| OKLCH | oklch(0.842 0.093 44.5) |
Copy-ready code
/* CSS */
color: #ffb899;
background-color: #ffb899;
/* Tailwind (arbitrary) */
class="text-[#ffb899] bg-[#ffb899]"
/* SCSS */
$brand: #ffb899;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.600)
/* Android */
Color.parseColor("#ffb899")Accessibility — WCAG contrast
Aa
#ffb899 on white: 1.67:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb899 on black: 12.57:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue60.0%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow40.0%
Key (black)0.0%
Color previews
#ffb899 text on a black background
contrast 12.57:1
Card sample
#ffb899 text on a white background
contrast 1.67:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb899;
Background color
Panel with #ffb899 background
background-color: #ffb899;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb899;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 153, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 153, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb899; background: linear-gradient(135deg, #ffb899, #FFFC99);