Charcoal
#36427C
BlueColor Codes
All color formats for development
HEX
#36427CRGB
rgb(54, 66, 124)HSL
hsl(230, 39%, 35%)OKLCH
oklch(0.399 0.098 272.4)CMYK
cmyk(56%, 47%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313B70
2#2C3563
3#262E57
4#21284A
5#1B213E
6#161A32
7#101425
8#0B0D19
9#05070C
Tints
Lighter variations
1#414E93
2#4B5BAA
3#5E6DB8
4#7582C2
5#8C97CC
6#A3ABD7
7#BAC0E1
8#D1D5EB
9#E8EAF5
Tones
Muted variations
1#3A4479
2#3D4775
3#414972
4#444B6E
5#484E6B
6#4B5067
7#4F5264
8#525560
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D5 #D1D5EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADB5 #ADB5DB | BordersInactive statesPlaceholder text |
| 400 | 838F #838FC9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F6E #5F6EB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4453 #44539C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3642 #36427C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 272F #272F59 | Text on light backgroundsHeadingsStrong borders |
| 900 | 191E #191E39 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FA;
--charcoal-100: #E6E9F4;
--charcoal-200: #D1D5EB;
--charcoal-300: #ADB5DB;
--charcoal-400: #838FC9;
--charcoal-500: #5F6EB9;
--charcoal-600: #44539C;
--charcoal-700: #36427C;
--charcoal-800: #272F59;
--charcoal-900: #191E39;
--charcoal-950: #101323;
}