Charcoal
#193039
BlueColor Codes
All color formats for development
HEX
#193039RGB
rgb(25, 48, 57)HSL
hsl(197, 39%, 16%)OKLCH
oklch(0.294 0.033 225.2)CMYK
cmyk(56%, 16%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162B33
2#14262D
3#112128
4#0F1D22
5#0C181C
6#0A1317
7#070E11
8#050A0B
9#020506
Tints
Lighter variations
1#264956
2#336274
3#407B92
4#4D94B0
5#6AA6BE
6#88B8CB
7#A6CAD8
8#C3DBE5
9#E1EDF2
Tones
Muted variations
1#1A2F37
2#1C2E36
3#1E2E34
4#1F2D32
5#212C31
6#222C2F
7#242B2E
8#262A2C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F9 #F4F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCE #ADCEDB | BordersInactive statesPlaceholder text |
| 400 | 83B5 #83B5C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5FA0 #5FA0B9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4483 #44839C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3668 #36687C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 274B #274B59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1930 #193039 | Primary textHigh emphasis contentDark headings |
| 950 | 101E #101E23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F9FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D1E3EB;
--charcoal-300: #ADCEDB;
--charcoal-400: #83B5C9;
--charcoal-500: #5FA0B9;
--charcoal-600: #44839C;
--charcoal-700: #36687C;
--charcoal-800: #274B59;
--charcoal-900: #193039;
--charcoal-950: #101E23;
}