Charcoal
#13356C
BlueColor Codes
All color formats for development
HEX
#13356CRGB
rgb(19, 53, 108)HSL
hsl(217, 70%, 25%)OKLCH
oklch(0.338 0.104 259.7)CMYK
cmyk(82%, 51%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#113062
2#0F2B57
3#0D254C
4#0B2041
5#0A1B36
6#08152B
7#061021
8#040B16
9#02050B
Tints
Lighter variations
1#19458D
2#1F55AD
3#2465CE
4#3C7ADD
5#5C90E2
6#7DA6E8
7#9DBCEE
8#BED3F4
9#DEE9F9
Tones
Muted variations
1#183668
2#1C3763
3#21385F
4#253A5B
5#293B56
6#2E3C52
7#323D4D
8#373E49
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 | 9BBB #9BBBED | BordersInactive statesPlaceholder text |
| 400 | 6797 #6797E4 | Disabled statesSecondary iconsMuted text |
| 500 | 3C7A #3C7ADD | Primary brand colorCTAsActive elementsLinks |
| 600 | 225E #225EBF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1B4B #1B4B98 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1335 #13356C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0C22 #0C2245 | 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: #9BBBED;
--charcoal-400: #6797E4;
--charcoal-500: #3C7ADD;
--charcoal-600: #225EBF;
--charcoal-700: #1B4B98;
--charcoal-800: #13356C;
--charcoal-900: #0C2245;
--charcoal-950: #08152B;
}