Charcoal
#16353B
CyanColor Codes
All color formats for development
HEX
#16353BRGB
rgb(22, 53, 59)HSL
hsl(190, 46%, 16%)OKLCH
oklch(0.308 0.038 211.9)CMYK
cmyk(63%, 10%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#143036
2#122B30
3#0F252A
4#0D2024
5#0B1B1E
6#091518
7#071012
8#040B0C
9#020506
Tints
Lighter variations
1#22515B
2#2D6D7A
3#398999
4#44A5B9
5#63B5C5
6#82C4D1
7#A1D2DC
8#C0E1E8
9#E0F0F3
Tones
Muted variations
1#18343A
2#1A3338
3#1C3236
4#1E3034
5#1F2F32
6#212E30
7#232D2E
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 #E5F3F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE8 #CFE8ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D6 #A9D6DF | BordersInactive statesPlaceholder text |
| 400 | 7DC1 #7DC1CF | Disabled statesSecondary iconsMuted text |
| 500 | 57AF #57AFC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D93 #3D93A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3075 #307582 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2253 #22535D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1635 #16353C | Primary textHigh emphasis contentDark headings |
| 950 | 0E21 #0E2125 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4FAFB;
--charcoal-100: #E5F3F5;
--charcoal-200: #CFE8ED;
--charcoal-300: #A9D6DF;
--charcoal-400: #7DC1CF;
--charcoal-500: #57AFC1;
--charcoal-600: #3D93A4;
--charcoal-700: #307582;
--charcoal-800: #22535D;
--charcoal-900: #16353C;
--charcoal-950: #0E2125;
}