Charcoal
#416271
BlueColor Codes
All color formats for development
HEX
#416271RGB
rgb(65, 98, 113)HSL
hsl(199, 27%, 35%)OKLCH
oklch(0.477 0.045 228.2)CMYK
cmyk(42%, 13%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3B5866
2#344E5B
3#2E454F
4#273B44
5#213139
6#1A272D
7#141D22
8#0D1417
9#070A0B
Tints
Lighter variations
1#4D7486
2#59879B
3#6C96AA
4#81A5B6
5#96B4C3
6#ABC3CF
7#C0D2DB
8#D5E1E7
9#EAF0F3
Tones
Muted variations
1#44616F
2#46606D
3#485F6A
4#4B5F68
5#4D5E65
6#505D63
7#525C60
8#545B5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAF #8EAFBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D98 #6D98AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527B #527B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4162 #416271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4651 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E1E7;
--charcoal-300: #B5CAD4;
--charcoal-400: #8EAFBE;
--charcoal-500: #6D98AB;
--charcoal-600: #527B8E;
--charcoal-700: #416271;
--charcoal-800: #2F4651;
--charcoal-900: #1E2D34;
--charcoal-950: #131C20;
}