Charcoal
#415F71
BlueColor Codes
All color formats for development
HEX
#415F71RGB
rgb(65, 95, 113)HSL
hsl(203, 27%, 35%)OKLCH
oklch(0.469 0.046 235.4)CMYK
cmyk(42%, 16%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5566
2#344C5B
3#2E424F
4#273944
5#212F39
6#1A262D
7#141C22
8#0D1317
9#07090B
Tints
Lighter variations
1#4D7086
2#59829B
3#6C92AA
4#81A2B6
5#96B1C3
6#ABC1CF
7#C0D0DB
8#D5E0E7
9#EAEFF3
Tones
Muted variations
1#445E6F
2#465E6D
3#485D6A
4#4B5D68
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 | 6D93 #6D93AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5277 #52778E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 415F #415F71 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F44 #2F4451 | 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: #6D93AB;
--charcoal-600: #52778E;
--charcoal-700: #415F71;
--charcoal-800: #2F4451;
--charcoal-900: #1E2B34;
--charcoal-950: #131B20;
}