Charcoal
#416571
BlueColor Codes
All color formats for development
HEX
#416571RGB
rgb(65, 101, 113)HSL
hsl(195, 27%, 35%)OKLCH
oklch(0.484 0.045 220.9)CMYK
cmyk(42%, 11%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5B66
2#34515B
3#2E474F
4#273D44
5#213339
6#1A292D
7#141E22
8#0D1417
9#070A0B
Tints
Lighter variations
1#4D7886
2#598B9B
3#6C9BAA
4#81A9B6
5#96B7C3
6#ABC6CF
7#C0D4DB
8#D5E2E7
9#EAF1F3
Tones
Muted variations
1#44646F
2#46636D
3#48626A
4#4B6068
5#4D5F65
6#505E63
7#525D60
8#545C5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB2 #8EB2BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9C #6D9CAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527F #527F8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4165 #416571 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8F0F2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B5CCD4;
--charcoal-400: #8EB2BE;
--charcoal-500: #6D9CAB;
--charcoal-600: #527F8E;
--charcoal-700: #416571;
--charcoal-800: #2F4851;
--charcoal-900: #1E2E34;
--charcoal-950: #131D20;
}