Charcoal
#02503E
CyanColor Codes
All color formats for development
HEX
#02503ERGB
rgb(2, 80, 62)HSL
hsl(166, 95%, 16%)OKLCH
oklch(0.384 0.075 170.9)CMYK
cmyk(98%, 0%, 22%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024837
2#024031
3#01382B
4#013025
5#01281F
6#012019
7#011812
8#00100C
9#000806
Tints
Lighter variations
1#03795E
2#04A37E
3#05CD9E
4#06F7BF
5#2EFACA
6#58FBD5
7#82FCDF
8#ABFDEA
9#D5FEF4
Tones
Muted variations
1#064C3B
2#0A4839
3#0E4437
4#124035
5#153C33
6#193831
7#1D342F
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 | DCFE #DCFEF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE2 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9C6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE86 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503D | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFB;
--charcoal-100: #DCFEF6;
--charcoal-200: #BEFDEF;
--charcoal-300: #8DFCE2;
--charcoal-400: #51FBD3;
--charcoal-500: #1FF9C6;
--charcoal-600: #06DBA9;
--charcoal-700: #04AE86;
--charcoal-800: #037C60;
--charcoal-900: #02503D;
--charcoal-950: #013226;
}