Charcoal
#074A45
CyanColor Codes
All color formats for development
HEX
#074A45RGB
rgb(7, 74, 69)HSL
hsl(176, 83%, 16%)OKLCH
oklch(0.37 0.062 186.9)CMYK
cmyk(91%, 0%, 7%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06433F
2#063C38
3#053431
4#042D2A
5#032523
6#031E1C
7#021615
8#010F0E
9#010707
Tints
Lighter variations
1#0B726B
2#0E9990
3#12C0B5
4#16E7D9
5#3BEDE1
6#62F0E7
7#89F4ED
8#B1F8F3
9#D8FBF9
Tones
Muted variations
1#0A4743
2#0E4440
3#11413D
4#143D3A
5#183A37
6#1B3635
7#1F3332
8#22302F
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5EF | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E6 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA399 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756E | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B46 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFA;
--charcoal-200: #C2F9F6;
--charcoal-300: #94F5EF;
--charcoal-400: #5CF0E6;
--charcoal-500: #2DEBDF;
--charcoal-600: #13CDC1;
--charcoal-700: #0FA399;
--charcoal-800: #0B756E;
--charcoal-900: #074B46;
--charcoal-950: #042F2C;
}