Charcoal
#13353F
CyanColor Codes
All color formats for development
HEX
#13353FRGB
rgb(19, 53, 63)HSL
hsl(194, 54%, 16%)OKLCH
oklch(0.309 0.043 220.1)CMYK
cmyk(70%, 16%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112F39
2#0F2A32
3#0D252C
4#0B2026
5#091A1F
6#081519
7#061013
8#040B0D
9#020506
Tints
Lighter variations
1#1D5060
2#266C81
3#3087A2
4#3AA3C3
5#5AB3CE
6#7BC2D8
7#9CD1E1
8#BDE0EB
9#DEF0F5
Tones
Muted variations
1#15333D
2#17323A
3#193138
4#1C3036
5#1E2F34
6#202E32
7#222C2F
8#242B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE7 #CCE7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D5 #A5D5E4 | BordersInactive statesPlaceholder text |
| 400 | 76BF #76BFD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAD #4EADCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3491 #3491AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2973 #297389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D52 #1D5262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F2F7;
--charcoal-200: #CCE7F0;
--charcoal-300: #A5D5E4;
--charcoal-400: #76BFD6;
--charcoal-500: #4EADCA;
--charcoal-600: #3491AD;
--charcoal-700: #297389;
--charcoal-800: #1D5262;
--charcoal-900: #13353F;
--charcoal-950: #0C2127;
}