Charcoal
#335380
BlueColor Codes
All color formats for development
HEX
#335380RGB
rgb(51, 83, 128)HSL
hsl(215, 43%, 35%)OKLCH
oklch(0.439 0.084 257.1)CMYK
cmyk(60%, 35%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2E4B73
2#294266
3#243A59
4#1F324D
5#192940
6#142133
7#0F1926
8#0A111A
9#05080D
Tints
Lighter variations
1#3C6297
2#4672AF
3#5983BD
4#7194C6
5#88A6D0
6#A0B8D9
7#B8CAE3
8#D0DBEC
9#E7EDF6
Tones
Muted variations
1#37537C
2#3B5478
3#3E5574
4#425570
5#46566C
6#4A5769
7#4E5765
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 | D0DB #D0DBEC | Secondary backgroundsInput backgroundsDividers |
| 300 | ABC0 #ABC0DE | BordersInactive statesPlaceholder text |
| 400 | 7F9F #7F9FCC | Disabled statesSecondary iconsMuted text |
| 500 | 5B84 #5B84BE | Primary brand colorCTAsActive elementsLinks |
| 600 | 4068 #4068A0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3353 #335380 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 243B #243B5B | 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: #D0DBEC;
--charcoal-300: #ABC0DE;
--charcoal-400: #7F9FCC;
--charcoal-500: #5B84BE;
--charcoal-600: #4068A0;
--charcoal-700: #335380;
--charcoal-800: #243B5B;
--charcoal-900: #17263A;
--charcoal-950: #0F1824;
}