Young Salmon
#ffb6b4
Looking for the precise values behind Young Salmon (#ffb6b4)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #ffb6b4 | |
|---|---|---|
| RGB | rgb(255, 182, 180) | |
| HSL | hsl(2, 100%, 85%) | |
| CMYK | cmyk(0%, 29%, 29%, 0%) | |
| LAB | lab(81, 27, 12) | |
| OKLCH | oklch(0.84 0.085 21) |
Color harmonies
Tints & shades
Code snippets
color: #ffb6b4;
background-color: #ffb6b4;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFFFB6B4)
/* Swift / UIKit */
UIColor(red: 1.00, green: 0.71, blue: 0.71, alpha: 1.0)