Charcoal
#335280
BlueColor Codes
All color formats for development
HEX
#335280RGB
rgb(51, 82, 128)HSL
hsl(216, 43%, 35%)OKLCH
oklch(0.437 0.085 258.1)CMYK
cmyk(60%, 36%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4973
2#294166
3#243959
4#1F314D
5#192940
6#142133
7#0F1826
8#0A101A
9#05080D
Tints
Lighter variations
1#3C6197
2#4670AF
3#5981BD
4#7193C6
5#88A5D0
6#A0B7D9
7#B8C9E3
8#D0DBEC
9#E7EDF6
Tones
Muted variations
1#37527C
2#3B5378
3#3E5474
4#425570
5#46556C
6#4A5669
7#4E5765
8#525861
9#55585D
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 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABBF #ABBFDE | BordersInactive statesPlaceholder text |
| 400 | 7F9E #7F9ECC | Disabled statesSecondary iconsMuted text |
| 500 | 5B82 #5B82BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4067 #4067A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3352 #335280 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243A #243A5B | 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: #E5ECF5;
--charcoal-200: #D0DBEC;
--charcoal-300: #ABBFDE;
--charcoal-400: #7F9ECC;
--charcoal-500: #5B82BE;
--charcoal-600: #4067A0;
--charcoal-700: #335280;
--charcoal-800: #243A5B;
--charcoal-900: #17253A;
--charcoal-950: #0F1724;
}