Charcoal
#335780
BlueColor Codes
All color formats for development
HEX
#335780RGB
rgb(51, 87, 128)HSL
hsl(212, 43%, 35%)OKLCH
oklch(0.449 0.08 252.8)CMYK
cmyk(60%, 32%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4E73
2#294566
3#243D59
4#1F344D
5#192B40
6#142333
7#0F1A26
8#0A111A
9#05090D
Tints
Lighter variations
1#3C6797
2#4677AF
3#5988BD
4#7199C6
5#88AAD0
6#A0BBD9
7#B8CCE3
8#D0DDEC
9#E7EEF6
Tones
Muted variations
1#37577C
2#3B5778
3#3E5774
4#425870
5#46586C
6#4A5869
7#4E5865
8#525961
9#55595D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5ED #E5EDF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DD #D0DDEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC3 #ABC3DE | BordersInactive statesPlaceholder text |
| 400 | 7FA3 #7FA3CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B89 #5B89BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406D #406DA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3357 #335780 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243E #243E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1728 #17283A | Primary textHigh emphasis contentDark headings |
| 950 | 0F19 #0F1924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EDF5;
--charcoal-200: #D0DDEC;
--charcoal-300: #ABC3DE;
--charcoal-400: #7FA3CC;
--charcoal-500: #5B89BE;
--charcoal-600: #406DA0;
--charcoal-700: #335780;
--charcoal-800: #243E5B;
--charcoal-900: #17283A;
--charcoal-950: #0F1924;
}