Charcoal
#13346C
BlueColor Codes
All color formats for development
HEX
#13346CRGB
rgb(19, 52, 108)HSL
hsl(218, 70%, 25%)OKLCH
oklch(0.336 0.105 260.3)CMYK
cmyk(82%, 52%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112F62
2#0F2957
3#0D244C
4#0B1F41
5#0A1A36
6#08152B
7#061021
8#040A16
9#02050B
Tints
Lighter variations
1#19438D
2#1F53AD
3#2463CE
4#3C77DD
5#5C8EE2
6#7DA4E8
7#9DBBEE
8#BED2F4
9#DEE8F9
Tones
Muted variations
1#183568
2#1C3663
3#21375F
4#25395B
5#293A56
6#2E3B52
7#323C4D
8#373D49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EA #E1EAFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D8 #C7D8F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9BB9 #9BB9ED | BordersInactive statesPlaceholder text |
| 400 | 6795 #6795E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C77 #3C77DD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225B #225BBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B49 #1B4998 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1334 #13346C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C21 #0C2145 | Primary textHigh emphasis contentDark headings |
| 950 | 0815 #08152B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EAFA;
--charcoal-200: #C7D8F5;
--charcoal-300: #9BB9ED;
--charcoal-400: #6795E4;
--charcoal-500: #3C77DD;
--charcoal-600: #225BBF;
--charcoal-700: #1B4998;
--charcoal-800: #13346C;
--charcoal-900: #0C2145;
--charcoal-950: #08152B;
}