Charcoal
#122640
BlueColor Codes
All color formats for development
HEX
#122640RGB
rgb(18, 38, 64)HSL
hsl(214, 56%, 16%)OKLCH
oklch(0.266 0.055 255.7)CMYK
cmyk(72%, 41%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#102239
2#0E1E33
3#0D1A2D
4#0B1726
5#091320
6#070F19
7#050B13
8#04080D
9#020406
Tints
Lighter variations
1#1B3A61
2#254D82
3#2E61A4
4#3875C5
5#588CD0
6#79A3D9
7#9BBAE3
8#BCD1EC
9#DEE8F6
Tones
Muted variations
1#14263D
2#17263B
3#192739
4#1B2737
5#1D2734
6#202832
7#222830
8#24282D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EC #E3ECF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBDB #CBDBF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4C0 #A4C0E5 | BordersInactive statesPlaceholder text |
| 400 | 749F #749FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C84 #4C84CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3168 #3168AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2753 #27538B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C3B #1C3B63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1226 #122640 | Primary textHigh emphasis contentDark headings |
| 950 | 0B18 #0B1828 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FC;
--charcoal-100: #E3ECF7;
--charcoal-200: #CBDBF0;
--charcoal-300: #A4C0E5;
--charcoal-400: #749FD8;
--charcoal-500: #4C84CD;
--charcoal-600: #3168AF;
--charcoal-700: #27538B;
--charcoal-800: #1C3B63;
--charcoal-900: #122640;
--charcoal-950: #0B1828;
}