#ffac8f
a light, electric orange · warm · closest name: salmon
RGB
255, 172, 143
HSL
16°, 100%, 78%
CMYK
0, 33, 44, 0
Luminance
0.5275
Every format
| HEX | #ffac8f |
| RGB | rgb(255, 172, 143) |
| HSL | hsl(16, 100%, 78%) |
| CMYK | cmyk(0%, 33%, 44%, 0%) |
| LAB | lab(77.7 27.2 27.3) |
| LCH | lch(77.7 38.5 45.2) |
| OKLCH | oklch(0.818 0.106 40.0) |
Copy-ready code
/* CSS */
color: #ffac8f;
background-color: #ffac8f;
/* Tailwind (arbitrary) */
class="text-[#ffac8f] bg-[#ffac8f]"
/* SCSS */
$brand: #ffac8f;
/* SwiftUI */
Color(red: 1.000, green: 0.675, blue: 0.561)
/* Android */
Color.parseColor("#ffac8f")Accessibility — WCAG contrast
Aa
#ffac8f on white: 1.82:1
AA ✗ fail · AA-large ✗ · AAA ✗
Aa
#ffac8f on black: 11.55:1
AA ✓ pass · AA-large ✓ · AAA ✓
true color
protanopia
deuteranopia
tritanopia
RGB percentages
Red100.0%
Green67.5%
Blue56.1%
CMYK percentages
Cyan0.0%
Magenta32.5%
Yellow43.9%
Key (black)0.0%
Color previews
#ffac8f text on a black background
contrast 11.55:1
Card sample
#ffac8f text on a white background
contrast 1.82:1
Card sample
CSS3 live lab
Text font color
The quick brown fox
color: #ffac8f;
Background color
Panel with #ffac8f background
background-color: #ffac8f;
Text shadow — hex
Glowing headline
text-shadow: 2px 2px 8px #ffac8f;
Text shadow — RGB
Soft neon halo
text-shadow: 0 0 14px rgba(255, 172, 143, 0.45);
Div box shadow
Elevated card
box-shadow: 0 12px 32px -8px rgba(255, 172, 143, 0.45);
Border & gradient
Gradient panel
border: 3px solid #ffac8f; background: linear-gradient(135deg, #ffac8f, #FFF78F);