Charcoal
#032C30
CyanColor Codes
All color formats for development
HEX
#032C30RGB
rgb(3, 44, 48)HSL
hsl(185, 88%, 10%)OKLCH
oklch(0.268 0.043 204.8)CMYK
cmyk(94%, 8%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#03282B
2#022326
3#021F22
4#021B1D
5#021618
6#011213
7#010D0E
8#01090A
9#000405
Tints
Lighter variations
1#06545B
2#097C86
3#0BA4B1
4#0ECBDD
5#27E0F1
6#52E7F4
7#7EEDF7
8#A9F3F9
9#D4F9FC
Tones
Muted variations
1#052A2E
2#08282B
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 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1F6 #C1F6FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91EF #91EFF8 | BordersInactive statesPlaceholder text |
| 400 | 57E7 #57E7F4 | Disabled statesSecondary iconsMuted text |
| 500 | 27E0 #27E0F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0DC2 #0DC2D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B9B #0B9BA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 086E #086E78 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0547 #05474D | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DDFAFD;
--charcoal-200: #C1F6FB;
--charcoal-300: #91EFF8;
--charcoal-400: #57E7F4;
--charcoal-500: #27E0F1;
--charcoal-600: #0DC2D3;
--charcoal-700: #0B9BA8;
--charcoal-800: #086E78;
--charcoal-900: #05474D;
--charcoal-950: #032C30;
}