Charcoal
#34407F
BlueColor Codes
All color formats for development
HEX
#34407FRGB
rgb(52, 64, 127)HSL
hsl(230, 42%, 35%)OKLCH
oklch(0.396 0.107 272.5)CMYK
cmyk(59%, 50%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3A72
2#293365
3#242D59
4#1F274C
5#1A203F
6#151A33
7#101326
8#0A0D19
9#05060D
Tints
Lighter variations
1#3D4C96
2#4758AE
3#5A6ABC
4#7280C5
5#8995CF
6#A1AAD9
7#B8BFE2
8#D0D5EC
9#E7EAF5
Tones
Muted variations
1#38437B
2#3B4577
3#3F4873
4#434A70
5#474D6C
6#4A4F68
7#4E5264
8#525461
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB4 #ACB4DD | BordersInactive statesPlaceholder text |
| 400 | 808D #808DCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6C #5C6CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4151 #41519F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3440 #34407F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252E #252E5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181D #181D3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F12 #0F1224 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E6E8F5;
--charcoal-200: #D0D5EC;
--charcoal-300: #ACB4DD;
--charcoal-400: #808DCB;
--charcoal-500: #5C6CBC;
--charcoal-600: #41519F;
--charcoal-700: #34407F;
--charcoal-800: #252E5B;
--charcoal-900: #181D3A;
--charcoal-950: #0F1224;
}