Charcoal
#074B43
CyanColor Codes
All color formats for development
HEX
#074B43RGB
rgb(7, 75, 67)HSL
hsl(173, 83%, 16%)OKLCH
oklch(0.372 0.064 182.4)CMYK
cmyk(91%, 0%, 11%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06433C
2#063C35
3#05342F
4#042D28
5#032521
6#031E1B
7#021614
8#010F0D
9#010707
Tints
Lighter variations
1#0B7266
2#0E9989
3#12C0AC
4#16E7CF
5#3BEDD8
6#62F0E0
7#89F4E8
8#B1F8EF
9#D8FBF7
Tones
Muted variations
1#0A4740
2#0E443E
3#11413B
4#143D38
5#183A36
6#1B3633
7#1F3331
8#22302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EA | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DF | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA392 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7568 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B43 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF9;
--charcoal-200: #C2F9F3;
--charcoal-300: #94F5EA;
--charcoal-400: #5CF0DF;
--charcoal-500: #2DEBD5;
--charcoal-600: #13CDB8;
--charcoal-700: #0FA392;
--charcoal-800: #0B7568;
--charcoal-900: #074B43;
--charcoal-950: #042F2A;
}