Charcoal
#074B3B
CyanColor Codes
All color formats for development
HEX
#074B3BRGB
rgb(7, 75, 59)HSL
hsl(166, 83%, 16%)OKLCH
oklch(0.369 0.069 171.6)CMYK
cmyk(91%, 0%, 21%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064335
2#063C2F
3#053429
4#042D23
5#03251D
6#031E18
7#021612
8#010F0C
9#010706
Tints
Lighter variations
1#0B725A
2#0E9979
3#12C098
4#16E7B6
5#3BEDC3
6#62F0CF
7#89F4DB
8#B1F8E7
9#D8FBF3
Tones
Muted variations
1#0A4739
2#0E4437
3#114135
4#143D34
5#183A32
6#1B3630
7#1F332E
8#22302C
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DE | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CD | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA381 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF5;
--charcoal-200: #C2F9ED;
--charcoal-300: #94F5DE;
--charcoal-400: #5CF0CD;
--charcoal-500: #2DEBBF;
--charcoal-600: #13CDA2;
--charcoal-700: #0FA381;
--charcoal-800: #0B755C;
--charcoal-900: #074B3B;
--charcoal-950: #042F25;
}