Charcoal
#132C6C
BlueColor Codes
All color formats for development
HEX
#132C6CRGB
rgb(19, 44, 108)HSL
hsl(223, 70%, 25%)OKLCH
oklch(0.317 0.116 264.5)CMYK
cmyk(82%, 59%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112862
2#0F2457
3#0D1F4C
4#0B1B41
5#0A1636
6#08122B
7#060D21
8#040916
9#02040B
Tints
Lighter variations
1#193A8D
2#1F47AD
3#2454CE
4#3C69DD
5#5C82E2
6#7D9BE8
7#9DB4EE
8#BECDF4
9#DEE6F9
Tones
Muted variations
1#182E68
2#1C3063
3#21325F
4#25345B
5#293656
6#2E3852
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 | C7D4 #C7D4F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB3 #9BB3ED | BordersInactive statesPlaceholder text |
| 400 | 678B #678BE4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C69 #3C69DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 224E #224EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B3E #1B3E98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 132C #132C6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C1C #0C1C45 | 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: #C7D4F5;
--charcoal-300: #9BB3ED;
--charcoal-400: #678BE4;
--charcoal-500: #3C69DD;
--charcoal-600: #224EBF;
--charcoal-700: #1B3E98;
--charcoal-800: #132C6C;
--charcoal-900: #0C1C45;
--charcoal-950: #08122B;
}