Charcoal
#335580
BlueColor Codes
All color formats for development
HEX
#335580RGB
rgb(51, 85, 128)HSL
hsl(214, 43%, 35%)OKLCH
oklch(0.444 0.082 255)CMYK
cmyk(60%, 34%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4C73
2#294366
3#243B59
4#1F324D
5#192A40
6#142233
7#0F1926
8#0A111A
9#05080D
Tints
Lighter variations
1#3C6497
2#4673AF
3#5984BD
4#7196C6
5#88A7D0
6#A0B9D9
7#B8CAE3
8#D0DCEC
9#E7EDF6
Tones
Muted variations
1#37557C
2#3B5578
3#3E5674
4#425670
5#46576C
6#4A5769
7#4E5865
8#525861
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EC #E5ECF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DC #D0DCEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC1 #ABC1DE | BordersInactive statesPlaceholder text |
| 400 | 7FA1 #7FA1CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B86 #5B86BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406A #406AA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3354 #335480 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243C #243C5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1726 #17263A | Primary textHigh emphasis contentDark headings |
| 950 | 0F18 #0F1824 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5ECF5;
--charcoal-200: #D0DCEC;
--charcoal-300: #ABC1DE;
--charcoal-400: #7FA1CC;
--charcoal-500: #5B86BE;
--charcoal-600: #406AA0;
--charcoal-700: #335480;
--charcoal-800: #243C5B;
--charcoal-900: #17263A;
--charcoal-950: #0F1824;
}