#ffb894
a light, electric orange · warm · closest name: tan
RGB
255, 184, 148
HSL
20°, 100%, 79%
CMYK
0, 28, 42, 0
Luminance
0.5768
Every format
| HEX | #ffb894 |
| RGB | rgb(255, 184, 148) |
| HSL | hsl(20, 100%, 79%) |
| CMYK | cmyk(0%, 28%, 42%, 0%) |
| LAB | lab(80.6 21.4 28.5) |
| LCH | lch(80.6 35.6 53.0) |
| OKLCH | oklch(0.841 0.096 47.9) |
Copy-ready code
/* CSS */
color: #ffb894;
background-color: #ffb894;
/* Tailwind (arbitrary) */
class="text-[#ffb894] bg-[#ffb894]"
/* SCSS */
$brand: #ffb894;
/* SwiftUI */
Color(red: 1.000, green: 0.722, blue: 0.580)
/* Android */
Color.parseColor("#ffb894")Accessibility — WCAG contrast
Aa
#ffb894 on white: 1.68:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffb894 on black: 12.54:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green72.2%
Blue58.0%
CMYK percentages
Cyan0.0%
Magenta27.8%
Yellow42.0%
Key (black)0.0%
Color previews
#ffb894 text on a black background
contrast 12.54:1
Card sample
#ffb894 text on a white background
contrast 1.68:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffb894;
Background color
Panel with #ffb894 background
background-color: #ffb894;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffb894;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 184, 148, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 184, 148, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffb894; background: linear-gradient(135deg, #ffb894, #FFFF94);