Charcoal
#335880
BlueColor Codes
All color formats for development
HEX
#335880RGB
rgb(51, 88, 128)HSL
hsl(211, 43%, 35%)OKLCH
oklch(0.452 0.079 251.6)CMYK
cmyk(60%, 31%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4F73
2#294666
3#243E59
4#1F354D
5#192C40
6#142333
7#0F1A26
8#0A121A
9#05090D
Tints
Lighter variations
1#3C6897
2#4679AF
3#5989BD
4#719AC6
5#88ABD0
6#A0BCD9
7#B8CDE3
8#D0DDEC
9#E7EEF6
Tones
Muted variations
1#37587C
2#3B5878
3#3E5874
4#425870
5#46596C
6#4A5969
7#4E5965
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 | ABC4 #ABC4DE | BordersInactive statesPlaceholder text |
| 400 | 7FA4 #7FA4CC | Disabled statesSecondary iconsMuted text |
| 500 | 5B8B #5B8BBE | Primary brand colorCTAsActive elementsLinks |
| 600 | 406F #406FA0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3358 #335880 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243F #243F5B | 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: #ABC4DE;
--charcoal-400: #7FA4CC;
--charcoal-500: #5B8BBE;
--charcoal-600: #406FA0;
--charcoal-700: #335880;
--charcoal-800: #243F5B;
--charcoal-900: #17283A;
--charcoal-950: #0F1924;
}