Charcoal
#01503F
CyanColor Codes
All color formats for development
HEX
#01503FRGB
rgb(1, 80, 63)HSL
hsl(167, 98%, 16%)OKLCH
oklch(0.384 0.074 172.1)CMYK
cmyk(99%, 0%, 21%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014939
2#014133
3#01392C
4#003026
5#002820
6#002019
7#001813
8#00100D
9#000806
Tints
Lighter variations
1#017B61
2#02A682
3#02D0A3
4#03FAC5
5#2BFDCF
6#55FDD9
7#80FEE2
8#AAFEEC
9#D5FFF5
Tones
Muted variations
1#054D3D
2#09493B
3#0D4539
4#114136
5#153D34
6#193932
7#1D3530
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE5 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD7 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDCC | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B18B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513F | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFC;
--charcoal-100: #DCFFF7;
--charcoal-200: #BDFEF0;
--charcoal-300: #8BFEE5;
--charcoal-400: #4EFDD7;
--charcoal-500: #1CFDCC;
--charcoal-600: #02DEAF;
--charcoal-700: #02B18B;
--charcoal-800: #017E63;
--charcoal-900: #01513F;
--charcoal-950: #013228;
}