Charcoal
#16333C
CyanColor Codes
All color formats for development
HEX
#16333CRGB
rgb(22, 51, 60)HSL
hsl(194, 46%, 16%)OKLCH
oklch(0.303 0.038 220.6)CMYK
cmyk(63%, 15%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#142E36
2#122930
3#0F242A
4#0D1E24
5#0B191E
6#091418
7#070F12
8#040A0C
9#020506
Tints
Lighter variations
1#224D5B
2#2D687A
3#398399
4#449EB9
5#63AEC5
6#82BED1
7#A1CFDC
8#C0DFE8
9#E0EFF3
Tones
Muted variations
1#18323A
2#1A3138
3#1C3036
4#1E2F34
5#1F2E32
6#212D30
7#232C2E
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 | E5F2 #E5F2F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFE6 #CFE6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9D3 #A9D3DF | BordersInactive statesPlaceholder text |
| 400 | 7DBC #7DBCCF | Disabled statesSecondary iconsMuted text |
| 500 | 57A8 #57A8C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D8C #3D8CA4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 306F #306F82 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 224F #224F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1633 #16333C | Primary textHigh emphasis contentDark headings |
| 950 | 0E20 #0E2025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F5;
--charcoal-200: #CFE6ED;
--charcoal-300: #A9D3DF;
--charcoal-400: #7DBCCF;
--charcoal-500: #57A8C1;
--charcoal-600: #3D8CA4;
--charcoal-700: #306F82;
--charcoal-800: #224F5D;
--charcoal-900: #16333C;
--charcoal-950: #0E2025;
}