Young Crab
#f6a09d
Looking for the precise values behind Young Crab (#f6a09d)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #f6a09d | |
|---|---|---|
| RGB | rgb(246, 160, 157) | |
| HSL | hsl(2, 83%, 79%) | |
| CMYK | cmyk(0%, 35%, 36%, 4%) | |
| LAB | lab(75, 33, 16) | |
| OKLCH | oklch(0.79 0.103 22) |
Color harmonies
Tints & shades
Code snippets
color: #f6a09d;
background-color: #f6a09d;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-amber-500 /* ≈ #fe9a00 */
/* Flutter */
Color(0xFFF6A09D)
/* Swift / UIKit */
UIColor(red: 0.96, green: 0.63, blue: 0.62, alpha: 1.0)