Charcoal
#074B40
CyanColor Codes
All color formats for development
HEX
#074B40RGB
rgb(7, 75, 64)HSL
hsl(170, 83%, 16%)OKLCH
oklch(0.371 0.065 178.1)CMYK
cmyk(91%, 0%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064339
2#063C33
3#05342C
4#042D26
5#032520
6#031E19
7#021613
8#010F0D
9#010706
Tints
Lighter variations
1#0B7261
2#0E9982
3#12C0A3
4#16E7C4
5#3BEDCF
6#62F0D9
7#89F4E2
8#B1F8EC
9#D8FBF5
Tones
Muted variations
1#0A473D
2#0E443B
3#114139
4#143D36
5#183A34
6#1B3632
7#1F3330
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D7 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7563 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3F | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF7;
--charcoal-200: #C2F9F0;
--charcoal-300: #94F5E5;
--charcoal-400: #5CF0D7;
--charcoal-500: #2DEBCC;
--charcoal-600: #13CDAE;
--charcoal-700: #0FA38B;
--charcoal-800: #0B7563;
--charcoal-900: #074B3F;
--charcoal-950: #042F28;
}