Charcoal
#03302D
CyanColor Codes
All color formats for development
HEX
#03302DRGB
rgb(3, 48, 45)HSL
hsl(176, 88%, 10%)OKLCH
oklch(0.28 0.046 188)CMYK
cmyk(94%, 0%, 6%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032B28
2#022624
3#02221F
4#021D1B
5#021816
6#011312
7#010E0D
8#010A09
9#000504
Tints
Lighter variations
1#065B55
2#09867E
3#0BB1A6
4#0EDDCF
5#27F1E4
6#52F4E9
7#7EF7EF
8#A9F9F4
9#D4FCFA
Tones
Muted variations
1#052E2B
2#082B29
3#0A2927
4#0C2725
5#0E2523
6#112221
7#13201F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFD #DDFDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1FB #C1FBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F8 #91F8F1 | BordersInactive statesPlaceholder text |
| 400 | 57F4 #57F4EA | Disabled statesSecondary iconsMuted text |
| 500 | 27F1 #27F1E4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DD3 #0DD3C6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0BA8 #0BA89D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0878 #087870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 054D #054D48 | Primary textHigh emphasis contentDark headings |
| 950 | 0330 #03302D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DDFDFB;
--charcoal-200: #C1FBF7;
--charcoal-300: #91F8F1;
--charcoal-400: #57F4EA;
--charcoal-500: #27F1E4;
--charcoal-600: #0DD3C6;
--charcoal-700: #0BA89D;
--charcoal-800: #087870;
--charcoal-900: #054D48;
--charcoal-950: #03302D;
}