Charcoal
#11516E
BlueColor Codes
All color formats for development
HEX
#11516ERGB
rgb(17, 81, 110)HSL
hsl(199, 73%, 25%)OKLCH
oklch(0.411 0.078 233.6)CMYK
cmyk(85%, 26%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F4963
2#0E4158
3#0C394D
4#0A3042
5#092837
6#07202C
7#051821
8#031016
9#02080B
Tints
Lighter variations
1#16698F
2#1C81B0
3#219AD2
4#38ABE0
5#5AB9E5
6#7BC7EA
7#9CD5F0
8#BDE3F5
9#DEF1FA
Tones
Muted variations
1#164F6A
2#1B4D65
3#1F4C60
4#244A5C
5#284857
6#2D4752
7#32454E
8#364349
9#3B4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F2 #E0F2FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E7 #C6E7F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AD4 #9AD4EF | BordersInactive statesPlaceholder text |
| 400 | 65BE #65BEE7 | Disabled statesSecondary iconsMuted text |
| 500 | 38AB #38ABE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E8E #1E8EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1871 #18719A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1151 #11516E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B34 #0B3447 | Primary textHigh emphasis contentDark headings |
| 950 | 0720 #07202C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E0F2FA;
--charcoal-200: #C6E7F6;
--charcoal-300: #9AD4EF;
--charcoal-400: #65BEE7;
--charcoal-500: #38ABE0;
--charcoal-600: #1E8EC2;
--charcoal-700: #18719A;
--charcoal-800: #11516E;
--charcoal-900: #0B3447;
--charcoal-950: #07202C;
}