Charcoal
#161F3C
BlueColor Codes
All color formats for development
HEX
#161F3CRGB
rgb(22, 31, 60)HSL
hsl(226, 46%, 16%)OKLCH
oklch(0.248 0.057 269)CMYK
cmyk(63%, 48%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141C36
2#121930
3#0F162A
4#0D1224
5#0B0F1E
6#090C18
7#070912
8#04060C
9#020306
Tints
Lighter variations
1#222F5B
2#2D3F7A
3#394F99
4#445FB9
5#637AC5
6#8294D1
7#A1AFDC
8#C0CAE8
9#E0E4F3
Tones
Muted variations
1#18203A
2#1A2138
3#1C2236
4#1E2334
5#1F2432
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 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD6 #CFD6ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B6 #A9B6DF | BordersInactive statesPlaceholder text |
| 400 | 7D90 #7D90CF | Disabled statesSecondary iconsMuted text |
| 500 | 5770 #5770C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D55 #3D55A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3043 #304382 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2230 #22305D | Text on light backgroundsHeadingsStrong borders |
| 900 | 161F #161F3C | 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: #E5E9F5;
--charcoal-200: #CFD6ED;
--charcoal-300: #A9B6DF;
--charcoal-400: #7D90CF;
--charcoal-500: #5770C1;
--charcoal-600: #3D55A4;
--charcoal-700: #304382;
--charcoal-800: #22305D;
--charcoal-900: #161F3C;
--charcoal-950: #0E1325;
}