Charcoal
#003033
CyanColor Codes
All color formats for development
HEX
#003033RGB
rgb(0, 48, 51)HSL
hsl(184, 100%, 10%)OKLCH
oklch(0.281 0.048 201.4)CMYK
cmyk(100%, 6%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002B2E
2#002629
3#002124
4#001D1F
5#00181A
6#001314
7#000E0F
8#000A0A
9#000505
Tints
Lighter variations
1#005A61
2#00858F
3#00B0BD
4#00DBEB
5#1AF0FF
6#47F3FF
7#75F6FF
8#A3F9FF
9#D1FCFF
Tones
Muted variations
1#032D30
2#052B2E
3#08292B
4#0A2729
5#0D2526
6#0F2224
7#122021
8#141E1F
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFD #DBFDFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFB #BDFBFF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF7 #8AF7FF | BordersInactive statesPlaceholder text |
| 400 | 4DF3 #4DF3FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AF0 #1AF0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00D1 #00D1E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A7 #00A7B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0077 #007780 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004C #004C52 | Primary textHigh emphasis contentDark headings |
| 950 | 0030 #003033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DBFDFF;
--charcoal-200: #BDFBFF;
--charcoal-300: #8AF7FF;
--charcoal-400: #4DF3FF;
--charcoal-500: #1AF0FF;
--charcoal-600: #00D1E0;
--charcoal-700: #00A7B3;
--charcoal-800: #007780;
--charcoal-900: #004C52;
--charcoal-950: #003033;
}