Charcoal
#15383C
CyanColor Codes
All color formats for development
HEX
#15383CRGB
rgb(21, 56, 60)HSL
hsl(186, 48%, 16%)OKLCH
oklch(0.317 0.041 205.4)CMYK
cmyk(65%, 7%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133336
2#112D30
3#0F282A
4#0D2224
5#0B1C1E
6#081718
7#061112
8#040B0C
9#020606
Tints
Lighter variations
1#20565C
2#2B747C
3#37919B
4#42AFBB
5#60BDC7
6#80CAD2
7#A0D7DE
8#C0E5E9
9#DFF2F4
Tones
Muted variations
1#17373A
2#193538
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 | E5F4 #E5F4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEEB #CEEBEE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8DB #A8DBE1 | BordersInactive statesPlaceholder text |
| 400 | 7BC8 #7BC8D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55B8 #55B8C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A9B #3A9BA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E7C #2E7C84 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2158 #21585E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1538 #15383C | 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: #E5F4F6;
--charcoal-200: #CEEBEE;
--charcoal-300: #A8DBE1;
--charcoal-400: #7BC8D1;
--charcoal-500: #55B8C3;
--charcoal-600: #3A9BA6;
--charcoal-700: #2E7C84;
--charcoal-800: #21585E;
--charcoal-900: #15383C;
--charcoal-950: #0D2326;
}