#ffac89
a light, electric orange · warm · closest name: salmon
RGB
255, 172, 137
HSL
18°, 100%, 77%
CMYK
0, 33, 46, 0
Luminance
0.5257
Every format
| HEX | #ffac89 |
| RGB | rgb(255, 172, 137) |
| HSL | hsl(18, 100%, 77%) |
| CMYK | cmyk(0%, 33%, 46%, 0%) |
| LAB | lab(77.6 26.6 30.4) |
| LCH | lch(77.6 40.4 48.8) |
| OKLCH | oklch(0.817 0.109 43.6) |
Copy-ready code
/* CSS */
color: #ffac89;
background-color: #ffac89;
/* Tailwind (arbitrary) */
class="text-[#ffac89] bg-[#ffac89]"
/* SCSS */
$brand: #ffac89;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.537)
/* Android */
Color.parseColor("#ffac89")Accessibility — WCAG contrast
Aa
#ffac89 on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac89 on black: 11.51:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue53.7%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow46.3%
Key (black)0.0%
Color previews
#ffac89 text on a black background
contrast 11.51:1
Card sample
#ffac89 text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac89;
Background color
Panel with #ffac89 background
background-color: #ffac89;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac89;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 137, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 137, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac89; background: linear-gradient(135deg, #ffac89, #FFFB89);