Charcoal
#15353D
CyanColor Codes
All color formats for development
HEX
#15353DRGB
rgb(21, 53, 61)HSL
hsl(192, 49%, 16%)OKLCH
oklch(0.309 0.04 216.5)CMYK
cmyk(66%, 13%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#133037
2#112A31
3#0F252B
4#0C2024
5#0A1A1E
6#081518
7#061012
8#040B0C
9#020506
Tints
Lighter variations
1#20515D
2#2B6C7D
3#36889D
4#41A4BC
5#5FB3C8
6#7FC3D3
7#9FD2DE
8#BFE1E9
9#DFF0F4
Tones
Muted variations
1#17343B
2#193239
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 | E4F2 #E4F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE8 #CEE8EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D6 #A8D6E1 | BordersInactive statesPlaceholder text |
| 400 | 7AC0 #7AC0D1 | Disabled statesSecondary iconsMuted text |
| 500 | 54AE #54AEC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3991 #3991A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E73 #2E7385 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2152 #21525F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1535 #15353D | 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: #E4F2F6;
--charcoal-200: #CEE8EE;
--charcoal-300: #A8D6E1;
--charcoal-400: #7AC0D1;
--charcoal-500: #54AEC4;
--charcoal-600: #3991A7;
--charcoal-700: #2E7385;
--charcoal-800: #21525F;
--charcoal-900: #15353D;
--charcoal-950: #0D2126;
}