Charcoal
#074A41
CyanColor Codes
All color formats for development
HEX
#074A41RGB
rgb(7, 74, 65)HSL
hsl(172, 83%, 16%)OKLCH
oklch(0.368 0.063 180.8)CMYK
cmyk(91%, 0%, 12%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06433B
2#063C35
3#05342E
4#042D27
5#032521
6#031E1A
7#021614
8#010F0D
9#010707
Tints
Lighter variations
1#0B7264
2#0E9987
3#12C0A9
4#16E7CB
5#3BEDD5
6#62F0DD
7#89F4E6
8#B1F8EE
9#D8FBF7
Tones
Muted variations
1#0A473F
2#0E443D
3#11413A
4#143D38
5#183A35
6#1B3633
7#1F3330
8#22302E
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E8 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DC | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B42 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFC;
--charcoal-100: #DEFCF8;
--charcoal-200: #C2F9F2;
--charcoal-300: #94F5E8;
--charcoal-400: #5CF0DC;
--charcoal-500: #2DEBD2;
--charcoal-600: #13CDB4;
--charcoal-700: #0FA390;
--charcoal-800: #0B7567;
--charcoal-900: #074B42;
--charcoal-950: #042F29;
}