Charcoal
#074B48
CyanColor Codes
All color formats for development
HEX
#074B48RGB
rgb(7, 75, 72)HSL
hsl(177, 83%, 16%)OKLCH
oklch(0.374 0.062 190.1)CMYK
cmyk(91%, 0%, 4%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064340
2#063C39
3#053432
4#042D2B
5#032524
6#031E1D
7#021615
8#010F0E
9#010707
Tints
Lighter variations
1#0B726D
2#0E9992
3#12C0B8
4#16E7DD
5#3BEDE4
6#62F0E9
7#89F4EF
8#B1F8F4
9#D8FBFA
Tones
Muted variations
1#0A4744
2#0E4441
3#11413E
4#143D3B
5#183A38
6#1B3635
7#1F3332
8#22302F
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5F0 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E8 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBE2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDC4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA39C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B47 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCFA;
--charcoal-200: #C2F9F7;
--charcoal-300: #94F5F0;
--charcoal-400: #5CF0E8;
--charcoal-500: #2DEBE2;
--charcoal-600: #13CDC4;
--charcoal-700: #0FA39C;
--charcoal-800: #0B756F;
--charcoal-900: #074B47;
--charcoal-950: #042F2D;
}