Charcoal
#415E71
BlueColor Codes
All color formats for development
HEX
#415E71RGB
rgb(65, 94, 113)HSL
hsl(204, 27%, 35%)OKLCH
oklch(0.467 0.046 237.8)CMYK
cmyk(42%, 17%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5566
2#344B5B
3#2E424F
4#273844
5#212F39
6#1A262D
7#141C22
8#0D1317
9#07090B
Tints
Lighter variations
1#4D7086
2#59819B
3#6C91AA
4#81A1B6
5#96B1C3
6#ABC0CF
7#C0D0DB
8#D5E0E7
9#EAEFF3
Tones
Muted variations
1#445E6F
2#465D6D
3#485D6A
4#4B5C68
5#4D5C65
6#505B63
7#525B60
8#545A5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E0 #D5E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5C8 #B5C8D4 | BordersInactive statesPlaceholder text |
| 400 | 8EAB #8EABBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D92 #6D92AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5276 #52768E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415E #415E71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F43 #2F4351 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2B #1E2B34 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EEF2;
--charcoal-200: #D5E0E7;
--charcoal-300: #B5C8D4;
--charcoal-400: #8EABBE;
--charcoal-500: #6D92AB;
--charcoal-600: #52768E;
--charcoal-700: #415E71;
--charcoal-800: #2F4351;
--charcoal-900: #1E2B34;
--charcoal-950: #131B20;
}