Charcoal
#14556B
BlueColor Codes
All color formats for development
HEX
#14556BRGB
rgb(20, 85, 107)HSL
hsl(195, 69%, 25%)OKLCH
oklch(0.421 0.072 225.7)CMYK
cmyk(81%, 21%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124D61
2#104556
3#0E3C4B
4#0C3341
5#0A2B36
6#08222B
7#061A20
8#041116
9#02090B
Tints
Lighter variations
1#1A6F8C
2#2089AC
3#26A3CD
4#3DB4DB
5#5DC0E1
6#7ECDE7
7#9ED9ED
8#BEE6F3
9#DFF2F9
Tones
Muted variations
1#185467
2#1D5163
3#214F5F
4#254D5A
5#2A4B56
6#2E4951
7#33464D
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 | E1F3 #E1F3F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7E9 #C7E9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CD9 #9CD9ED | BordersInactive statesPlaceholder text |
| 400 | 68C5 #68C5E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB4 #3DB4DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2397 #2397BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C78 #1C7897 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1456 #14566C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D37 #0D3745 | Primary textHigh emphasis contentDark headings |
| 950 | 0822 #08222B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F3F9;
--charcoal-200: #C7E9F5;
--charcoal-300: #9CD9ED;
--charcoal-400: #68C5E3;
--charcoal-500: #3DB4DB;
--charcoal-600: #2397BE;
--charcoal-700: #1C7897;
--charcoal-800: #14566C;
--charcoal-900: #0D3745;
--charcoal-950: #08222B;
}