Charcoal
#15333C
CyanColor Codes
All color formats for development
HEX
#15333CRGB
rgb(21, 51, 60)HSL
hsl(194, 48%, 16%)OKLCH
oklch(0.302 0.039 220)CMYK
cmyk(65%, 15%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#132E36
2#112930
3#0F242A
4#0D1F24
5#0B1A1E
6#081418
7#060F12
8#040A0C
9#020506
Tints
Lighter variations
1#204E5C
2#2B697C
3#37849B
4#429FBB
5#60AFC7
6#80BFD2
7#A0CFDE
8#C0DFE9
9#DFEFF4
Tones
Muted variations
1#17323A
2#193138
3#1B3037
4#1D2F35
5#1F2E33
6#212D31
7#232C2F
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 #E5F2F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEE6 #CEE6EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8D3 #A8D3E1 | BordersInactive statesPlaceholder text |
| 400 | 7BBD #7BBDD1 | Disabled statesSecondary iconsMuted text |
| 500 | 55AA #55AAC3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A8D #3A8DA6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E70 #2E7084 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2150 #21505E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1533 #15333C | Primary textHigh emphasis contentDark headings |
| 950 | 0D20 #0D2026 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FB;
--charcoal-100: #E5F2F6;
--charcoal-200: #CEE6EE;
--charcoal-300: #A8D3E1;
--charcoal-400: #7BBDD1;
--charcoal-500: #55AAC3;
--charcoal-600: #3A8DA6;
--charcoal-700: #2E7084;
--charcoal-800: #21505E;
--charcoal-900: #15333C;
--charcoal-950: #0D2026;
}