Charcoal
#34397F
BlueColor Codes
All color formats for development
HEX
#34397FRGB
rgb(52, 57, 127)HSL
hsl(236, 42%, 35%)OKLCH
oklch(0.381 0.116 276.3)CMYK
cmyk(59%, 55%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3372
2#292D65
3#242859
4#1F224C
5#1A1C3F
6#151733
7#101126
8#0A0B19
9#05060D
Tints
Lighter variations
1#3D4396
2#474EAE
3#5A61BC
4#7277C5
5#898ECF
6#A1A5D9
7#B8BBE2
8#D0D2EC
9#E7E8F5
Tones
Muted variations
1#383C7B
2#3B3F77
3#3F4373
4#434670
5#47496C
6#4A4C68
7#4E5064
8#525361
9#56565D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E7 #E6E7F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D2 #D0D2EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACAF #ACAFDD | BordersInactive statesPlaceholder text |
| 400 | 8085 #8085CB | Disabled statesSecondary iconsMuted text |
| 500 | 5C62 #5C62BC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4147 #41479F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3439 #34397F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2529 #25295B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181A #181A3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F10 #0F1024 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E6E7F5;
--charcoal-200: #D0D2EC;
--charcoal-300: #ACAFDD;
--charcoal-400: #8085CB;
--charcoal-500: #5C62BC;
--charcoal-600: #41479F;
--charcoal-700: #34397F;
--charcoal-800: #25295B;
--charcoal-900: #181A3A;
--charcoal-950: #0F1024;
}