Charcoal
#34457F
BlueColor Codes
All color formats for development
HEX
#34457FRGB
rgb(52, 69, 127)HSL
hsl(226, 42%, 35%)OKLCH
oklch(0.407 0.1 269.3)CMYK
cmyk(59%, 46%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3E72
2#293765
3#243059
4#1F2A4C
5#1A233F
6#151C33
7#101526
8#0A0E19
9#05070D
Tints
Lighter variations
1#3D5296
2#475FAE
3#5A71BC
4#7285C5
5#899ACF
6#A1AED9
7#B8C2E2
8#D0D6EC
9#E7EBF5
Tones
Muted variations
1#38477B
2#3B4977
3#3F4B73
4#434D70
5#474F6C
6#4A5168
7#4E5364
8#525561
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D6 #D0D6EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB7 #ACB7DD | BordersInactive statesPlaceholder text |
| 400 | 8092 #8092CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C73 #5C73BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4157 #41579F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3445 #34457F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2531 #25315B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1820 #18203A | Primary textHigh emphasis contentDark headings |
| 950 | 0F14 #0F1424 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6E9F5;
--charcoal-200: #D0D6EC;
--charcoal-300: #ACB7DD;
--charcoal-400: #8092CB;
--charcoal-500: #5C73BC;
--charcoal-600: #41579F;
--charcoal-700: #34457F;
--charcoal-800: #25315B;
--charcoal-900: #18203A;
--charcoal-950: #0F1424;
}