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