Charcoal
#074B3A
CyanColor Codes
All color formats for development
HEX
#074B3ARGB
rgb(7, 75, 58)HSL
hsl(165, 83%, 16%)OKLCH
oklch(0.369 0.069 170.4)CMYK
cmyk(91%, 0%, 23%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064334
2#063C2E
3#053428
4#042D23
5#03251D
6#031E17
7#021611
8#010F0C
9#010706
Tints
Lighter variations
1#0B7258
2#0E9976
3#12C095
4#16E7B3
5#3BEDC0
6#62F0CD
7#89F4D9
8#B1F8E6
9#D8FBF2
Tones
Muted variations
1#0A4738
2#0E4436
3#114135
4#143D33
5#183A31
6#1B3630
7#1F332E
8#22302C
9#252C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5DD | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0CB | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CD9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA37E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755A | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3A | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF5;
--charcoal-200: #C2F9EC;
--charcoal-300: #94F5DD;
--charcoal-400: #5CF0CB;
--charcoal-500: #2DEBBC;
--charcoal-600: #13CD9F;
--charcoal-700: #0FA37E;
--charcoal-800: #0B755A;
--charcoal-900: #074B3A;
--charcoal-950: #042F24;
}