Charcoal
#16203C
BlueColor Codes
All color formats for development
HEX
#16203CRGB
rgb(22, 32, 60)HSL
hsl(224, 46%, 16%)OKLCH
oklch(0.25 0.055 267.5)CMYK
cmyk(63%, 47%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#141D36
2#121A30
3#0F162A
4#0D1324
5#0B101E
6#090D18
7#070A12
8#04060C
9#020306
Tints
Lighter variations
1#22315B
2#2D427A
3#395399
4#4463B9
5#637DC5
6#8297D1
7#A1B1DC
8#C0CBE8
9#E0E5F3
Tones
Muted variations
1#18213A
2#1A2238
3#1C2336
4#1E2434
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 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD7 #CFD7ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9B8 #A9B8DF | BordersInactive statesPlaceholder text |
| 400 | 7D93 #7D93CF | Disabled statesSecondary iconsMuted text |
| 500 | 5774 #5774C1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D58 #3D58A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3046 #304682 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2232 #22325D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1620 #16203C | Primary textHigh emphasis contentDark headings |
| 950 | 0E14 #0E1425 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F5;
--charcoal-200: #CFD7ED;
--charcoal-300: #A9B8DF;
--charcoal-400: #7D93CF;
--charcoal-500: #5774C1;
--charcoal-600: #3D58A4;
--charcoal-700: #304682;
--charcoal-800: #22325D;
--charcoal-900: #16203C;
--charcoal-950: #0E1425;
}