Charcoal
#074B3E
CyanColor Codes
All color formats for development
HEX
#074B3ERGB
rgb(7, 75, 62)HSL
hsl(169, 83%, 16%)OKLCH
oklch(0.37 0.066 175.4)CMYK
cmyk(91%, 0%, 17%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064338
2#063C32
3#05342C
4#042D25
5#03251F
6#031E19
7#021613
8#010F0C
9#010706
Tints
Lighter variations
1#0B725F
2#0E9980
3#12C0A0
4#16E7C1
5#3BEDCC
6#62F0D6
7#89F4E1
8#B1F8EB
9#D8FBF5
Tones
Muted variations
1#0A473C
2#0E443A
3#114138
4#143D36
5#183A34
6#1B3631
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 #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D5 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7561 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3E | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF7;
--charcoal-200: #C2F9EF;
--charcoal-300: #94F5E3;
--charcoal-400: #5CF0D5;
--charcoal-500: #2DEBC9;
--charcoal-600: #13CDAB;
--charcoal-700: #0FA388;
--charcoal-800: #0B7561;
--charcoal-900: #074B3E;
--charcoal-950: #042F27;
}