Charcoal
#34437F
BlueColor Codes
All color formats for development
HEX
#34437FRGB
rgb(52, 67, 127)HSL
hsl(228, 42%, 35%)OKLCH
oklch(0.402 0.102 270.7)CMYK
cmyk(59%, 47%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3C72
2#293565
3#242F59
4#1F284C
5#1A213F
6#151B33
7#101426
8#0A0D19
9#05070D
Tints
Lighter variations
1#3D4F96
2#475CAE
3#5A6EBC
4#7282C5
5#8997CF
6#A1ACD9
7#B8C1E2
8#D0D5EC
9#E7EAF5
Tones
Muted variations
1#38457B
2#3B4777
3#3F4A73
4#434C70
5#474E6C
6#4A5068
7#4E5364
8#525561
9#56575D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E6E9 #E6E9F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB6 #ACB6DD | BordersInactive statesPlaceholder text |
| 400 | 808F #808FCB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6F #5C6FBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4154 #41549F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3443 #34437F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2530 #25305B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181F #181F3A | Primary textHigh emphasis contentDark headings |
| 950 | 0F13 #0F1324 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E6E9F5;
--charcoal-200: #D0D5EC;
--charcoal-300: #ACB6DD;
--charcoal-400: #808FCB;
--charcoal-500: #5C6FBC;
--charcoal-600: #41549F;
--charcoal-700: #34437F;
--charcoal-800: #25305B;
--charcoal-900: #181F3A;
--charcoal-950: #0F1324;
}