Charcoal
#015048
CyanColor Codes
All color formats for development
HEX
#015048RGB
rgb(1, 80, 72)HSL
hsl(174, 98%, 16%)OKLCH
oklch(0.388 0.068 183.4)CMYK
cmyk(99%, 0%, 10%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014942
2#01413A
3#013933
4#00302C
5#002824
6#00201D
7#001816
8#00100F
9#000807
Tints
Lighter variations
1#017B6F
2#02A695
3#02D0BB
4#03FAE2
5#2BFDE8
6#55FDEC
7#80FEF1
8#AAFEF6
9#D5FFFA
Tones
Muted variations
1#054D46
2#094942
3#0D453F
4#11413C
5#153D39
6#193936
7#1D3532
8#21312F
9#252D2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEF2 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDEC | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B19F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E72 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #015149 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFFFB;
--charcoal-200: #BDFEF8;
--charcoal-300: #8BFEF2;
--charcoal-400: #4EFDEC;
--charcoal-500: #1CFDE6;
--charcoal-600: #02DEC8;
--charcoal-700: #02B19F;
--charcoal-800: #017E72;
--charcoal-900: #015149;
--charcoal-950: #01322D;
}