Charcoal
#35417E
BlueColor Codes
All color formats for development
HEX
#35417ERGB
rgb(53, 65, 126)HSL
hsl(230, 41%, 35%)OKLCH
oklch(0.398 0.103 272.5)CMYK
cmyk(58%, 48%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3A71
2#2A3465
3#252D58
4#20274C
5#1A203F
6#151A32
7#101326
8#0B0D19
9#05060D
Tints
Lighter variations
1#3E4D95
2#4859AD
3#5B6BBB
4#7380C4
5#8A95CE
6#A2ABD8
7#B9C0E2
8#D0D5EB
9#E8EAF5
Tones
Muted variations
1#38437A
2#3C4677
3#404873
4#434B6F
5#474D6C
6#4B4F68
7#4E5264
8#525461
9#56575D
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 | D0D5 #D0D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DC | BordersInactive statesPlaceholder text |
| 400 | 818D #818DCA | Disabled statesSecondary iconsMuted text |
| 500 | 5D6D #5D6DBB | Primary brand colorCTAsActive elementsLinks |
| 600 | 4252 #42529E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3541 #35417E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 262E #262E5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E8F4;
--charcoal-200: #D0D5EB;
--charcoal-300: #ACB4DC;
--charcoal-400: #818DCA;
--charcoal-500: #5D6DBB;
--charcoal-600: #42529E;
--charcoal-700: #35417E;
--charcoal-800: #262E5A;
--charcoal-900: #181E3A;
--charcoal-950: #0F1324;
}