Charcoal
#15393D
CyanColor Codes
All color formats for development
HEX
#15393DRGB
rgb(21, 57, 61)HSL
hsl(186, 49%, 16%)OKLCH
oklch(0.32 0.041 205.2)CMYK
cmyk(66%, 7%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133337
2#112D31
3#0F282B
4#0C2224
5#0A1C1E
6#081718
7#061112
8#040B0C
9#020606
Tints
Lighter variations
1#20575D
2#2B747D
3#36929D
4#41B0BC
5#5FBEC8
6#7FCBD3
7#9FD8DE
8#BFE5E9
9#DFF2F4
Tones
Muted variations
1#17373B
2#193639
3#1B3437
4#1D3235
5#1F3133
6#212F31
7#232E2F
8#252C2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7AC9 #7AC9D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54B9 #54B9C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 399C #399CA7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C85 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2159 #21595F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1539 #15393D | Primary textHigh emphasis contentDark headings |
| 950 | 0D23 #0D2326 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E4F4F6;
--charcoal-200: #CEEBEE;
--charcoal-300: #A8DBE1;
--charcoal-400: #7AC9D1;
--charcoal-500: #54B9C4;
--charcoal-600: #399CA7;
--charcoal-700: #2E7C85;
--charcoal-800: #21595F;
--charcoal-900: #15393D;
--charcoal-950: #0D2326;
}