Charcoal
#074B41
CyanColor Codes
All color formats for development
HEX
#074B41RGB
rgb(7, 75, 65)HSL
hsl(171, 83%, 16%)OKLCH
oklch(0.371 0.065 179.5)CMYK
cmyk(91%, 0%, 13%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06433A
2#063C34
3#05342D
4#042D27
5#032520
6#031E1A
7#021613
8#010F0D
9#010706
Tints
Lighter variations
1#0B7262
2#0E9984
3#12C0A6
4#16E7C8
5#3BEDD2
6#62F0DB
7#89F4E4
8#B1F8ED
9#D8FBF6
Tones
Muted variations
1#0A473E
2#0E443C
3#114139
4#143D37
5#183A35
6#1B3632
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 #C2F9F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E6 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0DA | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBCF | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA38D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B7565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B41 | 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: #DEFCF8;
--charcoal-200: #C2F9F1;
--charcoal-300: #94F5E6;
--charcoal-400: #5CF0DA;
--charcoal-500: #2DEBCF;
--charcoal-600: #13CDB1;
--charcoal-700: #0FA38D;
--charcoal-800: #0B7565;
--charcoal-900: #074B41;
--charcoal-950: #042F28;
}