Charcoal
#16193B
BlueColor Codes
All color formats for development
HEX
#16193BRGB
rgb(22, 25, 59)HSL
hsl(235, 46%, 16%)OKLCH
oklch(0.232 0.065 276.3)CMYK
cmyk(63%, 58%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141736
2#121430
3#0F122A
4#0D0F24
5#0B0D1E
6#090A18
7#070812
8#04050C
9#020306
Tints
Lighter variations
1#22265B
2#2D347A
3#394199
4#444EB9
5#636BC5
6#8288D1
7#A1A6DC
8#C0C4E8
9#E0E1F3
Tones
Muted variations
1#181B3A
2#1A1C38
3#1C1E36
4#1E1F34
5#1F2132
6#212330
7#23242E
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD1 #CFD1ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AE #A9AEDF | BordersInactive statesPlaceholder text |
| 400 | 7D84 #7D84CF | Disabled statesSecondary iconsMuted text |
| 500 | 5760 #5760C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D45 #3D45A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3037 #303782 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2227 #22275D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1619 #16193C | Primary textHigh emphasis contentDark headings |
| 950 | 0E10 #0E1025 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD1ED;
--charcoal-300: #A9AEDF;
--charcoal-400: #7D84CF;
--charcoal-500: #5760C1;
--charcoal-600: #3D45A4;
--charcoal-700: #303782;
--charcoal-800: #22275D;
--charcoal-900: #16193C;
--charcoal-950: #0E1025;
}