Charcoal
#032D30
CyanColor Codes
All color formats for development
HEX
#032D30RGB
rgb(3, 45, 48)HSL
hsl(184, 88%, 10%)OKLCH
oklch(0.272 0.044 202.2)CMYK
cmyk(94%, 6%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03282B
2#022426
3#021F22
4#021B1D
5#021618
6#011213
7#010D0E
8#01090A
9#000405
Tints
Lighter variations
1#06555B
2#097E86
3#0BA6B1
4#0ECFDD
5#27E4F1
6#52E9F4
7#7EEFF7
8#A9F4F9
9#D4FAFC
Tones
Muted variations
1#052B2E
2#08292B
3#0A2729
4#0C2527
5#0E2325
6#112122
7#131F20
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F7 #C1F7FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91F1 #91F1F8 | BordersInactive statesPlaceholder text |
| 400 | 57EA #57EAF4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E4 #27E4F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC6 #0DC6D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9D #0B9DA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0870 #087078 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0548 #05484D | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DDFBFD;
--charcoal-200: #C1F7FB;
--charcoal-300: #91F1F8;
--charcoal-400: #57EAF4;
--charcoal-500: #27E4F1;
--charcoal-600: #0DC6D3;
--charcoal-700: #0B9DA8;
--charcoal-800: #087078;
--charcoal-900: #05484D;
--charcoal-950: #032D30;
}