Caviar
#2b2c30
Looking for the precise values behind Caviar (#2b2c30)? This page breaks it down into every color format designers and developers actually use.
Color values
| HEX | #2b2c30 | |
|---|---|---|
| RGB | rgb(43, 44, 48) | |
| HSL | hsl(228, 5%, 18%) | |
| CMYK | cmyk(10%, 8%, 0%, 81%) | |
| LAB | lab(18, 0, -3) | |
| OKLCH | oklch(0.29 0.007 275) |
Color harmonies
Tints & shades
Code snippets
color: #2b2c30;
background-color: #2b2c30;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2B2C30)
/* Swift / UIKit */
UIColor(red: 0.17, green: 0.17, blue: 0.19, alpha: 1.0)