Charcoal
#074B3C
CyanColor Codes
All color formats for development
HEX
#074B3CRGB
rgb(7, 75, 60)HSL
hsl(167, 83%, 16%)OKLCH
oklch(0.37 0.068 172.8)CMYK
cmyk(91%, 0%, 20%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064336
2#063C30
3#05342A
4#042D24
5#03251E
6#031E18
7#021612
8#010F0C
9#010706
Tints
Lighter variations
1#0B725B
2#0E997B
3#12C09A
4#16E7BA
5#3BEDC6
6#62F0D2
7#89F4DD
8#B1F8E8
9#D8FBF4
Tones
Muted variations
1#0A473A
2#0E4438
3#114136
4#143D34
5#183A32
6#1B3630
7#1F332F
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9ED | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA383 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3C | 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: #DEFCF6;
--charcoal-200: #C2F9ED;
--charcoal-300: #94F5E0;
--charcoal-400: #5CF0D0;
--charcoal-500: #2DEBC2;
--charcoal-600: #13CDA5;
--charcoal-700: #0FA383;
--charcoal-800: #0B755E;
--charcoal-900: #074B3C;
--charcoal-950: #042F25;
}