Charcoal
#34347F
BlueColor Codes
All color formats for development
HEX
#34347FRGB
rgb(52, 52, 127)HSL
hsl(240, 42%, 35%)OKLCH
oklch(0.371 0.124 278.5)CMYK
cmyk(59%, 59%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F2F72
2#292965
3#242459
4#1F1F4C
5#1A1A3F
6#151533
7#101026
8#0A0A19
9#05050D
Tints
Lighter variations
1#3D3D96
2#4747AE
3#5A5ABC
4#7272C5
5#8989CF
6#A1A1D9
7#B8B8E2
8#D0D0EC
9#E7E7F5
Tones
Muted variations
1#38387B
2#3B3B77
3#3F3F73
4#434370
5#47476C
6#4A4A68
7#4E4E64
8#525261
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E6 #E6E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D0 #D0D0EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAC #ACACDD | BordersInactive statesPlaceholder text |
| 400 | 8080 #8080CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C5C #5C5CBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4141 #41419F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3434 #34347F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2525 #25255B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1818 #18183A | Primary textHigh emphasis contentDark headings |
| 950 | 0F0F #0F0F24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E6E6F5;
--charcoal-200: #D0D0EC;
--charcoal-300: #ACACDD;
--charcoal-400: #8080CB;
--charcoal-500: #5C5CBC;
--charcoal-600: #41419F;
--charcoal-700: #34347F;
--charcoal-800: #25255B;
--charcoal-900: #18183A;
--charcoal-950: #0F0F24;
}