Charcoal
#193439
CyanColor Codes
All color formats for development
HEX
#193439RGB
rgb(25, 52, 57)HSL
hsl(189, 39%, 16%)OKLCH
oklch(0.306 0.034 210.9)CMYK
cmyk(56%, 9%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162F33
2#142A2D
3#112428
4#0F1F22
5#0C1A1C
6#0A1517
7#071011
8#050A0B
9#020506
Tints
Lighter variations
1#264F56
2#336A74
3#408692
4#4DA1B0
5#6AB1BE
6#88C1CB
7#A6D0D8
8#C3E0E5
9#E1EFF2
Tones
Muted variations
1#1A3337
2#1C3236
3#1E3134
4#1F2F32
5#212E31
6#222D2F
7#242C2E
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F2 #E6F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E7 #D1E7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADD4 #ADD4DB | BordersInactive statesPlaceholder text |
| 400 | 83BE #83BEC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FAC #5FACB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 448F #448F9C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3672 #36727C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2751 #275159 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1934 #193439 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F2F4;
--charcoal-200: #D1E7EB;
--charcoal-300: #ADD4DB;
--charcoal-400: #83BEC9;
--charcoal-500: #5FACB9;
--charcoal-600: #448F9C;
--charcoal-700: #36727C;
--charcoal-800: #275159;
--charcoal-900: #193439;
--charcoal-950: #102023;
}