Charcoal
#335080
BlueColor Codes
All color formats for development
HEX
#335080RGB
rgb(51, 80, 128)HSL
hsl(217, 43%, 35%)OKLCH
oklch(0.432 0.087 260)CMYK
cmyk(60%, 38%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4873
2#294066
3#243859
4#1F304D
5#192840
6#142033
7#0F1826
8#0A101A
9#05080D
Tints
Lighter variations
1#3C5F97
2#466EAF
3#597FBD
4#7192C6
5#88A4D0
6#A0B6D9
7#B8C8E3
8#D0DBEC
9#E7EDF6
Tones
Muted variations
1#37517C
2#3B5278
3#3E5374
4#425470
5#46556C
6#4A5669
7#4E5765
8#525761
9#55585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F7 #F4F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5EB #E5EBF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBE #ABBEDE | BordersInactive statesPlaceholder text |
| 400 | 7F9D #7F9DCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B81 #5B81BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4065 #4065A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3350 #335080 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2439 #24395B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1725 #17253A | Primary textHigh emphasis contentDark headings |
| 950 | 0F17 #0F1724 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F7FB;
--charcoal-100: #E5EBF5;
--charcoal-200: #D0DBEC;
--charcoal-300: #ABBEDE;
--charcoal-400: #7F9DCC;
--charcoal-500: #5B81BE;
--charcoal-600: #4065A0;
--charcoal-700: #335080;
--charcoal-800: #24395B;
--charcoal-900: #17253A;
--charcoal-950: #0F1724;
}