Charcoal
#17363A
CyanColor Codes
All color formats for development
HEX
#17363ARGB
rgb(23, 54, 58)HSL
hsl(187, 43%, 16%)OKLCH
oklch(0.311 0.037 206.5)CMYK
cmyk(60%, 7%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#153135
2#132B2F
3#102629
4#0E2123
5#0C1B1D
6#091617
7#071012
8#050B0C
9#020506
Tints
Lighter variations
1#235359
2#306F78
3#3C8C96
4#48A8B5
5#66B7C2
6#84C6CE
7#A3D4DA
8#C2E2E7
9#E0F1F3
Tones
Muted variations
1#193539
2#1B3437
3#1D3235
4#1E3133
5#203032
6#222E30
7#242D2E
8#252B2C
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4FA #F4FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F3 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E9 #D0E9EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABD8 #ABD8DE | BordersInactive statesPlaceholder text |
| 400 | 7FC3 #7FC3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5BB2 #5BB2BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4095 #4095A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3377 #337780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2455 #24555B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1736 #17363A | Primary textHigh emphasis contentDark headings |
| 950 | 0F22 #0F2224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #D0E9EC;
--charcoal-300: #ABD8DE;
--charcoal-400: #7FC3CC;
--charcoal-500: #5BB2BE;
--charcoal-600: #4095A0;
--charcoal-700: #337780;
--charcoal-800: #24555B;
--charcoal-900: #17363A;
--charcoal-950: #0F2224;
}