Charcoal
#013232
CyanColor Codes
All color formats for development
HEX
#013232RGB
rgb(1, 50, 50)HSL
hsl(180, 96%, 10%)OKLCH
oklch(0.287 0.048 194.8)CMYK
cmyk(98%, 0%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#012D2D
2#012828
3#012323
4#011E1E
5#011919
6#001414
7#000F0F
8#000A0A
9#000505
Tints
Lighter variations
1#025F5F
2#038C8C
3#04B9B9
4#05E6E6
5#1EFAFA
6#4BFBFB
7#78FCFC
8#A5FDFD
9#D2FEFE
Tones
Muted variations
1#033030
2#062D2D
3#082B2B
4#0B2828
5#0D2626
6#102323
7#122121
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFE #BEFEFE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CFD #8CFDFD | BordersInactive statesPlaceholder text |
| 400 | 50FB #50FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EFA #1EFAFA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04DC #04DCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AF #04AFAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037D #037D7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFF;
--charcoal-100: #DCFEFE;
--charcoal-200: #BEFEFE;
--charcoal-300: #8CFDFD;
--charcoal-400: #50FBFB;
--charcoal-500: #1EFAFA;
--charcoal-600: #04DCDC;
--charcoal-700: #04AFAF;
--charcoal-800: #037D7D;
--charcoal-900: #025050;
--charcoal-950: #013232;
}