Charcoal
#15576A
CyanColor Codes
All color formats for development
HEX
#15576ARGB
rgb(21, 87, 106)HSL
hsl(193, 67%, 25%)OKLCH
oklch(0.426 0.07 221.8)CMYK
cmyk(80%, 18%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#134F60
2#114655
3#0F3E4B
4#0D3540
5#0B2C35
6#08232B
7#061A20
8#041215
9#02090B
Tints
Lighter variations
1#1B728A
2#228DAA
3#28A7CA
4#3FB8D9
5#5FC4DF
6#7FD0E6
7#9FDBEC
8#BFE7F2
9#DFF3F9
Tones
Muted variations
1#195666
2#1E5362
3#22515E
4#264E59
5#2A4C55
6#2F4951
7#33474D
8#374548
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C8EA #C8EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9DDB #9DDBEC | BordersInactive statesPlaceholder text |
| 400 | 6AC8 #6AC8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3FB8 #3FB8D9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 259B #259BBB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7B #1D7B95 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1558 #15586A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3844 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFC;
--charcoal-100: #E1F4F9;
--charcoal-200: #C8EAF4;
--charcoal-300: #9DDBEC;
--charcoal-400: #6AC8E2;
--charcoal-500: #3FB8D9;
--charcoal-600: #259BBB;
--charcoal-700: #1D7B95;
--charcoal-800: #15586A;
--charcoal-900: #0D3844;
--charcoal-950: #08232B;
}