Lucky Lobster
#cc3322
Here's everything about the color Lucky Lobster (#cc3322) — its numeric values, nearby shades, and colors that share its hue family.
Color values
| HEX | #cc3322 | |
|---|---|---|
| RGB | rgb(204, 51, 34) | |
| HSL | hsl(6, 71%, 47%) | |
| CMYK | cmyk(0%, 75%, 83%, 20%) | |
| LAB | lab(47, 60, 48) | |
| OKLCH | oklch(0.56 0.192 30) |
Color harmonies
Tints & shades
Code snippets
color: #cc3322;
background-color: #cc3322;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-red-500 /* ≈ #fb2c36 */
/* Flutter */
Color(0xFFCC3322)
/* Swift / UIKit */
UIColor(red: 0.80, green: 0.20, blue: 0.13, alpha: 1.0)