Charcoal
#15353C
CyanColor Codes
All color formats for development
HEX
#15353CRGB
rgb(21, 53, 60)HSL
hsl(191, 48%, 16%)OKLCH
oklch(0.308 0.039 214)CMYK
cmyk(65%, 12%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133036
2#112B30
3#0F252A
4#0D2024
5#0B1B1E
6#081518
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#20515C
2#2B6D7C
3#37899B
4#42A5BB
5#60B4C7
6#80C3D2
7#A0D2DE
8#C0E1E9
9#DFF0F4
Tones
Muted variations
1#17343A
2#193338
3#1B3137
4#1D3035
5#1F2F33
6#212E31
7#232D2F
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 | E5F3 #E5F3F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7BC1 #7BC1D1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AF #55AFC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A92 #3A92A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E74 #2E7484 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2153 #21535E | 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: #E5F3F6;
--charcoal-200: #CEE8EE;
--charcoal-300: #A8D6E1;
--charcoal-400: #7BC1D1;
--charcoal-500: #55AFC3;
--charcoal-600: #3A92A6;
--charcoal-700: #2E7484;
--charcoal-800: #21535E;
--charcoal-900: #15353C;
--charcoal-950: #0D2126;
}