Carbon Fibre
#2e2e2e
Carbon Fibre is a color with the hex code #2e2e2e. Below you'll find its exact RGB, HSL, CMYK, and OKLCH values, ready to copy into any design tool.
Color values
| HEX | #2e2e2e | |
|---|---|---|
| RGB | rgb(46, 46, 46) | |
| HSL | hsl(0, 0%, 18%) | |
| CMYK | cmyk(0%, 0%, 0%, 82%) | |
| LAB | lab(19, 0, 0) | |
| OKLCH | oklch(0.3 0 0) |
Color harmonies
Tints & shades
Code snippets
color: #2e2e2e;
background-color: #2e2e2e;
/* Tailwind CSS (closest default swatch, not an exact match) */
bg-gray-500 /* ≈ #6a7282 */
/* Flutter */
Color(0xFF2E2E2E)
/* Swift / UIKit */
UIColor(red: 0.18, green: 0.18, blue: 0.18, alpha: 1.0)