Charcoal
#12466D
BlueColor Codes
All color formats for development
HEX
#12466DRGB
rgb(18, 70, 109)HSL
hsl(206, 72%, 25%)OKLCH
oklch(0.382 0.085 245.8)CMYK
cmyk(83%, 36%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#103F63
2#0E3858
3#0C314D
4#0B2A42
5#092337
6#071C2C
7#051521
8#040E16
9#02070B
Tints
Lighter variations
1#175B8F
2#1D70AF
3#2285D0
4#3A97DF
5#5BA9E4
6#7BBAEA
7#9CCBEF
8#BDDCF4
9#DEEEFA
Tones
Muted variations
1#164569
2#1B4564
3#204460
4#24435B
5#294357
6#2D4252
7#32424E
8#374149
9#3B4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E1 #C6E1F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACA #9ACAEF | BordersInactive statesPlaceholder text |
| 400 | 65AE #65AEE6 | Disabled statesSecondary iconsMuted text |
| 500 | 3A97 #3A97DF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1F7B #1F7BC1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1962 #19629A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1246 #12466E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2D #0B2D46 | Primary textHigh emphasis contentDark headings |
| 950 | 071C #071C2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFA;
--charcoal-200: #C6E1F6;
--charcoal-300: #9ACAEF;
--charcoal-400: #65AEE6;
--charcoal-500: #3A97DF;
--charcoal-600: #1F7BC1;
--charcoal-700: #19629A;
--charcoal-800: #12466E;
--charcoal-900: #0B2D46;
--charcoal-950: #071C2C;
}