Charcoal
#354E7E
BlueColor Codes
All color formats for development
HEX
#354E7ERGB
rgb(53, 78, 126)HSL
hsl(219, 41%, 35%)OKLCH
oklch(0.427 0.086 262.5)CMYK
cmyk(58%, 38%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4671
2#2A3F65
3#253758
4#202F4C
5#1A273F
6#151F32
7#101726
8#0B1019
9#05080D
Tints
Lighter variations
1#3E5D95
2#486BAD
3#5B7DBB
4#738FC4
5#8AA2CE
6#A2B5D8
7#B9C7E2
8#D0DAEB
9#E8ECF5
Tones
Muted variations
1#384F7A
2#3C5077
3#405273
4#43536F
5#47546C
6#4B5568
7#4E5664
8#525761
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EB #E6EBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0DA #D0DAEB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBD #ACBDDC | BordersInactive statesPlaceholder text |
| 400 | 819B #819BCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D7E #5D7EBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4262 #42629E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 354E #354E7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2638 #26385A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1824 #18243A | Primary textHigh emphasis contentDark headings |
| 950 | 0F16 #0F1624 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FA;
--charcoal-100: #E6EBF4;
--charcoal-200: #D0DAEB;
--charcoal-300: #ACBDDC;
--charcoal-400: #819BCA;
--charcoal-500: #5D7EBB;
--charcoal-600: #42629E;
--charcoal-700: #354E7E;
--charcoal-800: #26385A;
--charcoal-900: #18243A;
--charcoal-950: #0F1624;
}