Charcoal
#07494A
CyanColor Codes
All color formats for development
HEX
#07494ARGB
rgb(7, 73, 74)HSL
hsl(181, 83%, 16%)OKLCH
oklch(0.369 0.06 196.5)CMYK
cmyk(91%, 1%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064243
2#063B3C
3#053334
4#042C2D
5#032525
6#031D1E
7#021616
8#010F0F
9#010707
Tints
Lighter variations
1#0B7072
2#0E9799
3#12BDC0
4#16E4E7
5#3BEAED
6#62EEF0
7#89F2F4
8#B1F7F8
9#D8FBFB
Tones
Muted variations
1#0A4647
2#0E4344
3#114041
4#143C3D
5#18393A
6#1B3636
7#1F3333
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F3 #94F3F5 | BordersInactive statesPlaceholder text |
| 400 | 5CED #5CEDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE8 #2DE8EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CA #13CACD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA1 #0FA1A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B73 #0B7375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074A #074A4B | Primary textHigh emphasis contentDark headings |
| 950 | 042E #042E2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFBFC;
--charcoal-200: #C2F8F9;
--charcoal-300: #94F3F5;
--charcoal-400: #5CEDF0;
--charcoal-500: #2DE8EB;
--charcoal-600: #13CACD;
--charcoal-700: #0FA1A3;
--charcoal-800: #0B7375;
--charcoal-900: #074A4B;
--charcoal-950: #042E2F;
}