Charcoal
#153C3C
CyanColor Codes
All color formats for development
HEX
#153C3CRGB
rgb(21, 60, 60)HSL
hsl(180, 48%, 16%)OKLCH
oklch(0.329 0.044 195.2)CMYK
cmyk(65%, 0%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133636
2#113030
3#0F2A2A
4#0D2424
5#0B1E1E
6#081818
7#061212
8#040C0C
9#020606
Tints
Lighter variations
1#205C5C
2#2B7C7C
3#379B9B
4#42BBBB
5#60C7C7
6#80D2D2
7#A0DEDE
8#C0E9E9
9#DFF4F4
Tones
Muted variations
1#173A3A
2#193838
3#1B3737
4#1D3535
5#1F3333
6#213131
7#232F2F
8#252D2D
9#272B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FB #F4FBFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F6 #E5F6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEE #CEEEEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8E1 #A8E1E1 | BordersInactive statesPlaceholder text |
| 400 | 7BD1 #7BD1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55C3 #55C3C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3AA6 #3AA6A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E84 #2E8484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 215E #215E5E | Text on light backgroundsHeadingsStrong borders |
| 900 | 153C #153C3C | Primary textHigh emphasis contentDark headings |
| 950 | 0D26 #0D2626 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FBFB;
--charcoal-100: #E5F6F6;
--charcoal-200: #CEEEEE;
--charcoal-300: #A8E1E1;
--charcoal-400: #7BD1D1;
--charcoal-500: #55C3C3;
--charcoal-600: #3AA6A6;
--charcoal-700: #2E8484;
--charcoal-800: #215E5E;
--charcoal-900: #153C3C;
--charcoal-950: #0D2626;
}