Charcoal
#14516C
BlueColor Codes
All color formats for development
HEX
#14516CRGB
rgb(20, 81, 108)HSL
hsl(198, 69%, 25%)OKLCH
oklch(0.41 0.075 232.3)CMYK
cmyk(81%, 25%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124961
2#104156
3#0E394B
4#0C3141
5#0A2936
6#08212B
7#061820
8#041016
9#02080B
Tints
Lighter variations
1#1A6A8C
2#2082AC
3#269BCD
4#3DACDB
5#5DBAE1
6#7EC8E7
7#9ED5ED
8#BEE3F3
9#DFF1F9
Tones
Muted variations
1#185067
2#1D4E63
3#214C5F
4#254A5A
5#2A4956
6#2E4751
7#33454D
8#374349
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F9 #F2F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E7 #C7E7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD5 #9CD5ED | BordersInactive statesPlaceholder text |
| 400 | 68BE #68BEE3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAC #3DACDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 238F #238FBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C72 #1C7297 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1451 #14516C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D34 #0D3445 | Primary textHigh emphasis contentDark headings |
| 950 | 0821 #08212B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F9FD;
--charcoal-100: #E1F2F9;
--charcoal-200: #C7E7F5;
--charcoal-300: #9CD5ED;
--charcoal-400: #68BEE3;
--charcoal-500: #3DACDB;
--charcoal-600: #238FBE;
--charcoal-700: #1C7297;
--charcoal-800: #14516C;
--charcoal-900: #0D3445;
--charcoal-950: #08212B;
}