Charcoal
#15343C
CyanColor Codes
All color formats for development
HEX
#15343CRGB
rgb(21, 52, 60)HSL
hsl(192, 48%, 16%)OKLCH
oklch(0.305 0.039 217)CMYK
cmyk(65%, 13%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132F36
2#112A30
3#0F252A
4#0D2024
5#0B1A1E
6#081518
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#20505C
2#2B6C7C
3#37879B
4#42A3BB
5#60B3C7
6#80C2D2
7#A0D1DE
8#C0E0E9
9#DFF0F4
Tones
Muted variations
1#17333A
2#193238
3#1B3137
4#1D3035
5#1F2F33
6#212E31
7#232C2F
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F2 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE7 #CEE7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D5 #A8D5E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBF #7BBFD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AD #55ADC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A91 #3A91A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7384 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353C | Primary textHigh emphasis contentDark headings |
| 950 | 0D21 #0D2126 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F2F6;
--charcoal-200: #CEE7EE;
--charcoal-300: #A8D5E1;
--charcoal-400: #7BBFD1;
--charcoal-500: #55ADC3;
--charcoal-600: #3A91A6;
--charcoal-700: #2E7384;
--charcoal-800: #21525E;
--charcoal-900: #15353C;
--charcoal-950: #0D2126;
}