Charcoal
#13326C
BlueColor Codes
All color formats for development
HEX
#13326CRGB
rgb(19, 50, 108)HSL
hsl(219, 70%, 25%)OKLCH
oklch(0.331 0.108 261.5)CMYK
cmyk(82%, 54%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112D62
2#0F2857
3#0D234C
4#0B1E41
5#0A1936
6#08142B
7#060F21
8#040A16
9#02050B
Tints
Lighter variations
1#19418D
2#1F51AD
3#2460CE
4#3C74DD
5#5C8BE2
6#7DA2E8
7#9DBAEE
8#BED1F4
9#DEE8F9
Tones
Muted variations
1#183468
2#1C3563
3#21365F
4#25385B
5#293956
6#2E3A52
7#323C4D
8#373D49
9#3B3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1E9 #E1E9FA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D7 #C7D7F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB8 #9BB8ED | BordersInactive statesPlaceholder text |
| 400 | 6793 #6793E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C74 #3C74DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 2259 #2259BF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B47 #1B4798 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1332 #13326C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C20 #0C2045 | Primary textHigh emphasis contentDark headings |
| 950 | 0814 #08142B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1E9FA;
--charcoal-200: #C7D7F5;
--charcoal-300: #9BB8ED;
--charcoal-400: #6793E4;
--charcoal-500: #3C74DD;
--charcoal-600: #2259BF;
--charcoal-700: #1B4798;
--charcoal-800: #13326C;
--charcoal-900: #0C2045;
--charcoal-950: #08142B;
}