Charcoal
#34427F
BlueColor Codes
All color formats for development
HEX
#34427FRGB
rgb(52, 66, 127)HSL
hsl(229, 42%, 35%)OKLCH
oklch(0.4 0.104 271.3)CMYK
cmyk(59%, 48%, 0%, 50%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2F3B72
2#293465
3#242E59
4#1F274C
5#1A213F
6#151A33
7#101426
8#0A0D19
9#05070D
Tints
Lighter variations
1#3D4E96
2#475AAE
3#5A6CBC
4#7281C5
5#8996CF
6#A1ABD9
7#B8C0E2
8#D0D5EC
9#E7EAF5
Tones
Muted variations
1#38447B
2#3B4677
3#3F4973
4#434B70
5#474D6C
6#4A5068
7#4E5264
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 | E6E8 #E6E8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D0D5 #D0D5EC | Secondary backgroundsInput backgroundsDividers |
| 300 | ACB5 #ACB5DD | BordersInactive statesPlaceholder text |
| 400 | 808E #808ECB | Disabled statesSecondary iconsMuted text |
| 500 | 5C6E #5C6EBC | Primary brand colorCTAsActive elementsLinks |
| 600 | 4152 #41529F | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3442 #34427F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 252F #252F5B | Text on light backgroundsHeadingsStrong borders |
| 900 | 181E #181E3A | 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: #E6E8F5;
--charcoal-200: #D0D5EC;
--charcoal-300: #ACB5DD;
--charcoal-400: #808ECB;
--charcoal-500: #5C6EBC;
--charcoal-600: #41529F;
--charcoal-700: #34427F;
--charcoal-800: #252F5B;
--charcoal-900: #181E3A;
--charcoal-950: #0F1324;
}