Charcoal
#13353E
CyanColor Codes
All color formats for development
HEX
#13353ERGB
rgb(19, 53, 62)HSL
hsl(193, 53%, 16%)OKLCH
oklch(0.308 0.042 217.9)CMYK
cmyk(69%, 15%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113038
2#0F2A32
3#0D252C
4#0C2025
5#0A1B1F
6#081519
7#061013
8#040B0C
9#020506
Tints
Lighter variations
1#1D515F
2#276D80
3#3189A1
4#3BA4C2
5#5BB4CD
6#7CC3D7
7#9DD2E1
8#BDE1EB
9#DEF0F5
Tones
Muted variations
1#15343C
2#18333A
3#1A3138
4#1C3036
5#1E2F34
6#202E31
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 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE8 #CCE8EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E3 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FAF #4FAFC9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3592 #3592AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A74 #2A7489 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E53 #1E5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353E | 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: #E4F3F7;
--charcoal-200: #CCE8EF;
--charcoal-300: #A5D6E3;
--charcoal-400: #76C1D5;
--charcoal-500: #4FAFC9;
--charcoal-600: #3592AC;
--charcoal-700: #2A7489;
--charcoal-800: #1E5362;
--charcoal-900: #13353E;
--charcoal-950: #0C2127;
}