Charcoal
#353D7E
BlueColor Codes
All color formats for development
HEX
#353D7ERGB
rgb(53, 61, 126)HSL
hsl(233, 41%, 35%)OKLCH
oklch(0.389 0.109 274.9)CMYK
cmyk(58%, 52%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3771
2#2A3165
3#252B58
4#20254C
5#1A1F3F
6#151832
7#101226
8#0B0C19
9#05060D
Tints
Lighter variations
1#3E4995
2#4854AD
3#5B67BB
4#737CC4
5#8A92CE
6#A2A8D8
7#B9BEE2
8#D0D3EB
9#E8E9F5
Tones
Muted variations
1#38407A
2#3C4377
3#404673
4#43486F
5#474B6C
6#4B4E68
7#4E5164
8#525461
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB2 #ACB2DC | BordersInactive statesPlaceholder text |
| 400 | 818A #818ACA | Disabled statesSecondary iconsMuted text |
| 500 | 5D68 #5D68BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424D #424D9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353D #353D7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262C #262C5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181C #181C3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F11 #0F1124 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D0D3EB;
--charcoal-300: #ACB2DC;
--charcoal-400: #818ACA;
--charcoal-500: #5D68BB;
--charcoal-600: #424D9E;
--charcoal-700: #353D7E;
--charcoal-800: #262C5A;
--charcoal-900: #181C3A;
--charcoal-950: #0F1124;
}