Charcoal
#074B4B
CyanColor Codes
All color formats for development
HEX
#074B4BRGB
rgb(7, 75, 75)HSL
hsl(180, 83%, 16%)OKLCH
oklch(0.375 0.061 194.9)CMYK
cmyk(91%, 0%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064343
2#063C3C
3#053434
4#042D2D
5#032525
6#031E1E
7#021616
8#010F0F
9#010707
Tints
Lighter variations
1#0B7272
2#0E9999
3#12C0C0
4#16E7E7
5#3BEDED
6#62F0F0
7#89F4F4
8#B1F8F8
9#D8FBFB
Tones
Muted variations
1#0A4747
2#0E4444
3#114141
4#143D3D
5#183A3A
6#1B3636
7#1F3333
8#223030
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDCD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA3A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B4B | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFE;
--charcoal-100: #DEFCFC;
--charcoal-200: #C2F9F9;
--charcoal-300: #94F5F5;
--charcoal-400: #5CF0F0;
--charcoal-500: #2DEBEB;
--charcoal-600: #13CDCD;
--charcoal-700: #0FA3A3;
--charcoal-800: #0B7575;
--charcoal-900: #074B4B;
--charcoal-950: #042F2F;
}