Charcoal
#16323C
BlueColor Codes
All color formats for development
HEX
#16323CRGB
rgb(22, 50, 60)HSL
hsl(196, 46%, 16%)OKLCH
oklch(0.3 0.038 223.7)CMYK
cmyk(63%, 17%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142D36
2#122830
3#0F232A
4#0D1E24
5#0B191E
6#091418
7#070F12
8#040A0C
9#020506
Tints
Lighter variations
1#224C5B
2#2D667A
3#398099
4#449AB9
5#63ABC5
6#82BCD1
7#A1CDDC
8#C0DDE8
9#E0EEF3
Tones
Muted variations
1#18313A
2#1A3038
3#1C2F36
4#1E2E34
5#1F2D32
6#212C30
7#232B2E
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5F1 #E5F1F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE5 #CFE5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D1 #A9D1DF | BordersInactive statesPlaceholder text |
| 400 | 7DB9 #7DB9CF | Disabled statesSecondary iconsMuted text |
| 500 | 57A5 #57A5C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D88 #3D88A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306C #306C82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224D #224D5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1632 #16323C | Primary textHigh emphasis contentDark headings |
| 950 | 0E1F #0E1F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F1F5;
--charcoal-200: #CFE5ED;
--charcoal-300: #A9D1DF;
--charcoal-400: #7DB9CF;
--charcoal-500: #57A5C1;
--charcoal-600: #3D88A4;
--charcoal-700: #306C82;
--charcoal-800: #224D5D;
--charcoal-900: #16323C;
--charcoal-950: #0E1F25;
}