Charcoal
#34497F
BlueColor Codes
All color formats for development
HEX
#34497FRGB
rgb(52, 73, 127)HSL
hsl(223, 42%, 35%)OKLCH
oklch(0.416 0.094 266.4)CMYK
cmyk(59%, 43%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F4272
2#293A65
3#243359
4#1F2C4C
5#1A253F
6#151D33
7#101626
8#0A0F19
9#05070D
Tints
Lighter variations
1#3D5796
2#4764AE
3#5A76BC
4#7289C5
5#899DCF
6#A1B1D9
7#B8C4E2
8#D0D8EC
9#E7EBF5
Tones
Muted variations
1#384B7B
2#3B4C77
3#3F4E73
4#435070
5#47516C
6#4A5368
7#4E5464
8#525661
9#56585D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6EA #E6EAF5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D8 #D0D8EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACBA #ACBADD | BordersInactive statesPlaceholder text |
| 400 | 8096 #8096CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C77 #5C77BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 415C #415C9F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3449 #34497F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2534 #25345B | Text on light backgroundsHeadingsStrong borders |
| 900 | 1821 #18213A | Primary textHigh emphasis contentDark headings |
| 950 | 0F15 #0F1524 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E6EAF5;
--charcoal-200: #D0D8EC;
--charcoal-300: #ACBADD;
--charcoal-400: #8096CB;
--charcoal-500: #5C77BC;
--charcoal-600: #415C9F;
--charcoal-700: #34497F;
--charcoal-800: #25345B;
--charcoal-900: #18213A;
--charcoal-950: #0F1524;
}