Charcoal
#074A48
CyanColor Codes
All color formats for development
HEX
#074A48RGB
rgb(7, 74, 72)HSL
hsl(178, 83%, 16%)OKLCH
oklch(0.371 0.061 191.6)CMYK
cmyk(91%, 0%, 3%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064341
2#063C3A
3#053433
4#042D2B
5#032524
6#031E1D
7#021616
8#010F0E
9#010707
Tints
Lighter variations
1#0B726E
2#0E9994
3#12C0BA
4#16E7E0
5#3BEDE7
6#62F0EC
7#89F4F1
8#B1F8F5
9#D8FBFA
Tones
Muted variations
1#0A4745
2#0E4442
3#11413F
4#143D3C
5#183A39
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 #DEFCFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0EB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7571 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B48 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | 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: #94F5F2;
--charcoal-400: #5CF0EB;
--charcoal-500: #2DEBE5;
--charcoal-600: #13CDC7;
--charcoal-700: #0FA39E;
--charcoal-800: #0B7571;
--charcoal-900: #074B48;
--charcoal-950: #042F2D;
}