Charcoal
#192F39
BlueColor Codes
All color formats for development
HEX
#192F39RGB
rgb(25, 47, 57)HSL
hsl(199, 39%, 16%)OKLCH
oklch(0.292 0.033 228.8)CMYK
cmyk(56%, 18%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#162A33
2#14252D
3#112128
4#0F1C22
5#0C171C
6#0A1317
7#070E11
8#05090B
9#020506
Tints
Lighter variations
1#264756
2#336074
3#407892
4#4D91B0
5#6AA3BE
6#88B6CB
7#A6C8D8
8#C3DAE5
9#E1EDF2
Tones
Muted variations
1#1A2E37
2#1C2D36
3#1E2D34
4#1F2C32
5#212C31
6#222B2F
7#242B2E
8#262A2C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6F0 #E6F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1E3 #D1E3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADCD #ADCDDB | BordersInactive statesPlaceholder text |
| 400 | 83B3 #83B3C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F9D #5F9DB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4480 #44809C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3666 #36667C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2749 #274959 | Text on light backgroundsHeadingsStrong borders |
| 900 | 192F #192F39 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FA;
--charcoal-100: #E6F0F4;
--charcoal-200: #D1E3EB;
--charcoal-300: #ADCDDB;
--charcoal-400: #83B3C9;
--charcoal-500: #5F9DB9;
--charcoal-600: #44809C;
--charcoal-700: #36667C;
--charcoal-800: #274959;
--charcoal-900: #192F39;
--charcoal-950: #101D23;
}