Charcoal
#01503D
CyanColor Codes
All color formats for development
HEX
#01503DRGB
rgb(1, 80, 61)HSL
hsl(166, 98%, 16%)OKLCH
oklch(0.384 0.076 169.9)CMYK
cmyk(99%, 0%, 24%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014938
2#014132
3#01392B
4#003025
5#00281F
6#002019
7#001813
8#00100C
9#000806
Tints
Lighter variations
1#017B5F
2#02A67F
3#02D0A0
4#03FAC1
5#2BFDCC
6#55FDD6
7#80FEE0
8#AAFEEB
9#D5FFF5
Tones
Muted variations
1#054D3C
2#09493A
3#0D4538
4#114136
5#153D33
6#193931
7#1D352F
8#21312D
9#252D2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFF #DCFFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDFE #BDFEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BFE #8BFEE3 | BordersInactive statesPlaceholder text |
| 400 | 4EFD #4EFDD4 | Disabled statesSecondary iconsMuted text |
| 500 | 1CFD #1CFDC8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 02DE #02DEAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 02B1 #02B188 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 017E #017E61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0151 #01513E | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFFF6;
--charcoal-200: #BDFEEF;
--charcoal-300: #8BFEE3;
--charcoal-400: #4EFDD4;
--charcoal-500: #1CFDC8;
--charcoal-600: #02DEAB;
--charcoal-700: #02B188;
--charcoal-800: #017E61;
--charcoal-900: #01513E;
--charcoal-950: #013227;
}