Charcoal
#14546C
BlueColor Codes
All color formats for development
HEX
#14546CRGB
rgb(20, 84, 108)HSL
hsl(196, 69%, 25%)OKLCH
oklch(0.419 0.073 228.2)CMYK
cmyk(81%, 22%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#124C61
2#104356
3#0E3B4B
4#0C3341
5#0A2A36
6#08222B
7#061920
8#041116
9#02080B
Tints
Lighter variations
1#1A6E8C
2#2087AC
3#26A0CD
4#3DB1DB
5#5DBEE1
6#7ECBE7
7#9ED8ED
8#BEE5F3
9#DFF2F9
Tones
Muted variations
1#185267
2#1D5063
3#214E5F
4#254C5A
5#2A4A56
6#2E4851
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 | 9CD7 #9CD7ED | BordersInactive statesPlaceholder text |
| 400 | 68C2 #68C2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3DB1 #3DB1DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2394 #2394BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C76 #1C7697 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1454 #14546C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D36 #0D3645 | 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: #9CD7ED;
--charcoal-400: #68C2E3;
--charcoal-500: #3DB1DB;
--charcoal-600: #2394BE;
--charcoal-700: #1C7697;
--charcoal-800: #14546C;
--charcoal-900: #0D3645;
--charcoal-950: #08222B;
}