Berry
#990f4b
Here's everything about the color Berry (#990f4b) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #990f4b | |
|---|---|---|
| RGB | rgb(153, 15, 75) | |
| HSL | hsl(334, 82%, 33%) | |
| CMYK | cmyk(0%, 90%, 51%, 40%) | |
| LAB | lab(34, 55, 4) | |
| OKLCH | oklch(0.45 0.171 3) |
Color harmonies
Tints & shades
Code snippets
color: #990f4b;
background-color: #990f4b;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-stone-500 /* ≈ #79716b */
/* Flutter */
Color(0xFF990F4B)
/* Swift / UIKit */
UIColor(red: 0.60, green: 0.06, blue: 0.29, alpha: 1.0)