Charcoal
#132E6C
BlueColor Codes
All color formats for development
HEX
#132E6CRGB
rgb(19, 46, 108)HSL
hsl(222, 70%, 25%)OKLCH
oklch(0.322 0.113 263.6)CMYK
cmyk(82%, 57%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112962
2#0F2557
3#0D204C
4#0B1C41
5#0A1736
6#08122B
7#060E21
8#040916
9#02050B
Tints
Lighter variations
1#193C8D
2#1F49AD
3#2457CE
4#3C6CDD
5#5C85E2
6#7D9DE8
7#9DB6EE
8#BECEF4
9#DEE7F9
Tones
Muted variations
1#183068
2#1C3163
3#21335F
4#25355B
5#293756
6#2E3952
7#323A4D
8#373C49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F5 #F2F5FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E8 #E1E8FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D5 #C7D5F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB4 #9BB4ED | BordersInactive statesPlaceholder text |
| 400 | 678D #678DE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C6C #3C6CDD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2251 #2251BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B40 #1B4098 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132E #132E6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1D #0C1D45 | Primary textHigh emphasis contentDark headings |
| 950 | 0812 #08122B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F5FD;
--charcoal-100: #E1E8FA;
--charcoal-200: #C7D5F5;
--charcoal-300: #9BB4ED;
--charcoal-400: #678DE4;
--charcoal-500: #3C6CDD;
--charcoal-600: #2251BF;
--charcoal-700: #1B4098;
--charcoal-800: #132E6C;
--charcoal-900: #0C1D45;
--charcoal-950: #08122B;
}