Charcoal
#074B4A
CyanColor Codes
All color formats for development
HEX
#074B4ARGB
rgb(7, 75, 74)HSL
hsl(179, 83%, 16%)OKLCH
oklch(0.375 0.061 193.3)CMYK
cmyk(91%, 0%, 1%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064342
2#063C3B
3#053433
4#042D2C
5#032525
6#031E1D
7#021616
8#010F0F
9#010707
Tints
Lighter variations
1#0B7270
2#0E9997
3#12C0BD
4#16E7E4
5#3BEDEA
6#62F0EE
7#89F4F2
8#B1F8F7
9#D8FBFB
Tones
Muted variations
1#0A4746
2#0E4443
3#114140
4#143D3C
5#183A39
6#1B3636
7#1F3333
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 #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F3 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0ED | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFB;
--charcoal-200: #C2F9F8;
--charcoal-300: #94F5F3;
--charcoal-400: #5CF0ED;
--charcoal-500: #2DEBE8;
--charcoal-600: #13CDCA;
--charcoal-700: #0FA3A1;
--charcoal-800: #0B7573;
--charcoal-900: #074B4A;
--charcoal-950: #042F2E;
}