Charcoal
#161E3B
BlueColor Codes
All color formats for development
HEX
#161E3BRGB
rgb(22, 30, 59)HSL
hsl(227, 46%, 16%)OKLCH
oklch(0.244 0.056 270.2)CMYK
cmyk(63%, 49%, 0%, 77%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141B36
2#121830
3#0F152A
4#0D1224
5#0B0F1E
6#090C18
7#070912
8#04060C
9#020306
Tints
Lighter variations
1#222E5B
2#2D3E7A
3#394E99
4#445EB9
5#6378C5
6#8293D1
7#A1AEDC
8#C0C9E8
9#E0E4F3
Tones
Muted variations
1#181F3A
2#1A2038
3#1C2136
4#1E2234
5#1F2332
6#212530
7#23262E
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E8 #E5E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD5 #CFD5ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B5 #A9B5DF | BordersInactive statesPlaceholder text |
| 400 | 7D8E #7D8ECF | Disabled statesSecondary iconsMuted text |
| 500 | 576E #576EC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D53 #3D53A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3042 #304282 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 222F #222F5D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161E #161E3C | Primary textHigh emphasis contentDark headings |
| 950 | 0E13 #0E1325 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E5E8F5;
--charcoal-200: #CFD5ED;
--charcoal-300: #A9B5DF;
--charcoal-400: #7D8ECF;
--charcoal-500: #576EC1;
--charcoal-600: #3D53A4;
--charcoal-700: #304282;
--charcoal-800: #222F5D;
--charcoal-900: #161E3C;
--charcoal-950: #0E1325;
}