Charcoal
#033030
CyanColor Codes
All color formats for development
HEX
#033030RGB
rgb(3, 48, 48)HSL
hsl(180, 88%, 10%)OKLCH
oklch(0.281 0.046 194.9)CMYK
cmyk(94%, 0%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B2B
2#022626
3#022222
4#021D1D
5#021818
6#011313
7#010E0E
8#010A0A
9#000505
Tints
Lighter variations
1#065B5B
2#098686
3#0BB1B1
4#0EDDDD
5#27F1F1
6#52F4F4
7#7EF7F7
8#A9F9F9
9#D4FCFC
Tones
Muted variations
1#052E2E
2#082B2B
3#0A2929
4#0C2727
5#0E2525
6#112222
7#132020
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F8 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA8A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087878 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D4D | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #033030 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DDFDFD;
--charcoal-200: #C1FBFB;
--charcoal-300: #91F8F8;
--charcoal-400: #57F4F4;
--charcoal-500: #27F1F1;
--charcoal-600: #0DD3D3;
--charcoal-700: #0BA8A8;
--charcoal-800: #087878;
--charcoal-900: #054D4D;
--charcoal-950: #033030;
}