Charcoal
#36367C
BlueColor Codes
All color formats for development
HEX
#36367CRGB
rgb(54, 54, 124)HSL
hsl(240, 39%, 35%)OKLCH
oklch(0.374 0.116 279.2)CMYK
cmyk(56%, 56%, 0%, 51%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#313170
2#2C2C63
3#262657
4#21214A
5#1B1B3E
6#161632
7#101025
8#0B0B19
9#05050C
Tints
Lighter variations
1#414193
2#4B4BAA
3#5E5EB8
4#7575C2
5#8C8CCC
6#A3A3D7
7#BABAE1
8#D1D1EB
9#E8E8F5
Tones
Muted variations
1#3A3A79
2#3D3D75
3#414172
4#44446E
5#48486B
6#4B4B67
7#4F4F64
8#525260
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D1D1 #D1D1EB | Secondary backgroundsInput backgroundsDividers |
| 300 | ADAD #ADADDB | BordersInactive statesPlaceholder text |
| 400 | 8383 #8383C9 | Disabled statesSecondary iconsMuted text |
| 500 | 5F5F #5F5FB9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4444 #44449C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3636 #36367C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2727 #272759 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1919 #191939 | Primary textHigh emphasis contentDark headings |
| 950 | 1010 #101023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FA;
--charcoal-100: #E6E6F4;
--charcoal-200: #D1D1EB;
--charcoal-300: #ADADDB;
--charcoal-400: #8383C9;
--charcoal-500: #5F5FB9;
--charcoal-600: #44449C;
--charcoal-700: #36367C;
--charcoal-800: #272759;
--charcoal-900: #191939;
--charcoal-950: #101023;
}