Charcoal
#14536C
BlueColor Codes
All color formats for development
HEX
#14536CRGB
rgb(20, 83, 108)HSL
hsl(197, 69%, 25%)OKLCH
oklch(0.416 0.074 229.6)CMYK
cmyk(81%, 23%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124B61
2#104256
3#0E3A4B
4#0C3241
5#0A2936
6#08212B
7#061920
8#041116
9#02080B
Tints
Lighter variations
1#1A6C8C
2#2084AC
3#269DCD
4#3DAFDB
5#5DBCE1
6#7EC9E7
7#9ED7ED
8#BEE4F3
9#DFF2F9
Tones
Muted variations
1#185167
2#1D4F63
3#214D5F
4#254B5A
5#2A4956
6#2E4751
7#33454D
8#374449
9#3B4244
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F2 #E1F2F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E8 #C7E8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD6 #9CD6ED | BordersInactive statesPlaceholder text |
| 400 | 68C0 #68C0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DAF #3DAFDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2392 #2392BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C74 #1C7497 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1453 #14536C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D35 #0D3545 | 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: #F2FAFD;
--charcoal-100: #E1F2F9;
--charcoal-200: #C7E8F5;
--charcoal-300: #9CD6ED;
--charcoal-400: #68C0E3;
--charcoal-500: #3DAFDB;
--charcoal-600: #2392BE;
--charcoal-700: #1C7497;
--charcoal-800: #14536C;
--charcoal-900: #0D3545;
--charcoal-950: #08212B;
}