Charcoal
#02503F
CyanColor Codes
All color formats for development
HEX
#02503FRGB
rgb(2, 80, 63)HSL
hsl(167, 95%, 16%)OKLCH
oklch(0.385 0.074 172)CMYK
cmyk(98%, 0%, 21%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024838
2#024032
3#01382C
4#013026
5#01281F
6#012019
7#011813
8#00100D
9#000806
Tints
Lighter variations
1#037960
2#04A381
3#05CDA2
4#06F7C3
5#2EFACE
6#58FBD7
7#82FCE1
8#ABFDEB
9#D5FEF5
Tones
Muted variations
1#064C3D
2#0A483A
3#0E4438
4#124036
5#153C34
6#193832
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 #DCFEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCE4 | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBD6 | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AE89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #02503F | 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: #DCFEF7;
--charcoal-200: #BEFDF0;
--charcoal-300: #8DFCE4;
--charcoal-400: #51FBD6;
--charcoal-500: #1FF9CA;
--charcoal-600: #06DBAD;
--charcoal-700: #04AE89;
--charcoal-800: #037C62;
--charcoal-900: #02503F;
--charcoal-950: #013227;
}