Charcoal
#01322C
CyanColor Codes
All color formats for development
HEX
#01322CRGB
rgb(1, 50, 44)HSL
hsl(173, 96%, 10%)OKLCH
oklch(0.285 0.05 182.2)CMYK
cmyk(98%, 0%, 12%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D28
2#012823
3#01231F
4#011E1B
5#011916
6#001412
7#000F0D
8#000A09
9#000504
Tints
Lighter variations
1#025F54
2#038C7C
3#04B9A4
4#05E6CC
5#1EFAE1
6#4BFBE7
7#78FCED
8#A5FDF3
9#D2FEF9
Tones
Muted variations
1#03302A
2#062D29
3#082B27
4#0B2825
5#0D2623
6#102321
7#12211F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDF0 | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBE7 | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAE1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCC3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AF9B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D6F | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025047 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #01322C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFD;
--charcoal-100: #DCFEFA;
--charcoal-200: #BEFEF6;
--charcoal-300: #8CFDF0;
--charcoal-400: #50FBE7;
--charcoal-500: #1EFAE1;
--charcoal-600: #04DCC3;
--charcoal-700: #04AF9B;
--charcoal-800: #037D6F;
--charcoal-900: #025047;
--charcoal-950: #01322C;
}