Charcoal
#336280
BlueColor Codes
All color formats for development
HEX
#336280RGB
rgb(51, 98, 128)HSL
hsl(203, 43%, 35%)OKLCH
oklch(0.476 0.071 238.7)CMYK
cmyk(60%, 23%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E5873
2#294F66
3#244559
4#1F3B4D
5#193140
6#142733
7#0F1D26
8#0A141A
9#050A0D
Tints
Lighter variations
1#3C7497
2#4687AF
3#5997BD
4#71A6C6
5#88B4D0
6#A0C3D9
7#B8D2E3
8#D0E1EC
9#E7F0F6
Tones
Muted variations
1#37617C
2#3B6078
3#3E6074
4#425F70
5#465E6C
6#4A5D69
7#4E5C65
8#525B61
9#555A5D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F8 #F4F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EF #E5EFF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0E1 #D0E1EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABCA #ABCADE | BordersInactive statesPlaceholder text |
| 400 | 7FAF #7FAFCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B98 #5B98BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 407B #407BA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3362 #336280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2446 #24465B | Text on light backgroundsHeadingsStrong borders |
| 900 | 172D #172D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F1C #0F1C24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F8FB;
--charcoal-100: #E5EFF5;
--charcoal-200: #D0E1EC;
--charcoal-300: #ABCADE;
--charcoal-400: #7FAFCC;
--charcoal-500: #5B98BE;
--charcoal-600: #407BA0;
--charcoal-700: #336280;
--charcoal-800: #24465B;
--charcoal-900: #172D3A;
--charcoal-950: #0F1C24;
}