Charcoal
#12406E
BlueColor Codes
All color formats for development
HEX
#12406ERGB
rgb(18, 64, 110)HSL
hsl(210, 72%, 25%)OKLCH
oklch(0.367 0.093 252)CMYK
cmyk(84%, 42%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103963
2#0E3358
3#0C2D4D
4#0B2642
5#092037
6#07192C
7#051321
8#040D16
9#02060B
Tints
Lighter variations
1#17538F
2#1D66AF
3#2279D0
4#3A8CDF
5#5B9FE4
6#7BB2EA
7#9CC6EF
8#BDD9F4
9#DEECFA
Tones
Muted variations
1#164069
2#1B4064
3#204060
4#24405B
5#294057
6#2D4052
7#32404E
8#374049
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0ED #E0EDFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DE #C6DEF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC4 #9AC4EF | BordersInactive statesPlaceholder text |
| 400 | 65A6 #65A6E6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A8C #3A8CDF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F70 #1F70C1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1959 #19599A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1240 #12406E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B29 #0B2946 | Primary textHigh emphasis contentDark headings |
| 950 | 071A #071A2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EDFA;
--charcoal-200: #C6DEF6;
--charcoal-300: #9AC4EF;
--charcoal-400: #65A6E6;
--charcoal-500: #3A8CDF;
--charcoal-600: #1F70C1;
--charcoal-700: #19599A;
--charcoal-800: #12406E;
--charcoal-900: #0B2946;
--charcoal-950: #071A2C;
}