Charcoal
#353C7E
BlueColor Codes
All color formats for development
HEX
#353C7ERGB
rgb(53, 60, 126)HSL
hsl(234, 41%, 35%)OKLCH
oklch(0.387 0.11 275.4)CMYK
cmyk(58%, 52%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3671
2#2A3065
3#252A58
4#20244C
5#1A1E3F
6#151832
7#101226
8#0B0C19
9#05060D
Tints
Lighter variations
1#3E4795
2#4852AD
3#5B65BB
4#737BC4
5#8A91CE
6#A2A7D8
7#B9BDE2
8#D0D3EB
9#E8E9F5
Tones
Muted variations
1#383F7A
2#3C4277
3#404573
4#43486F
5#474B6C
6#4B4E68
7#4E5064
8#525361
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D3 #D0D3EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB1 #ACB1DC | BordersInactive statesPlaceholder text |
| 400 | 8188 #8188CA | Disabled statesSecondary iconsMuted text |
| 500 | 5D67 #5D67BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 424B #424B9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 353C #353C7E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262B #262B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181B #181B3A | 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: #E6E7F4;
--charcoal-200: #D0D3EB;
--charcoal-300: #ACB1DC;
--charcoal-400: #8188CA;
--charcoal-500: #5D67BB;
--charcoal-600: #424B9E;
--charcoal-700: #353C7E;
--charcoal-800: #262B5A;
--charcoal-900: #181B3A;
--charcoal-950: #0F1124;
}