Charcoal
#13273E
BlueColor Codes
All color formats for development
HEX
#13273ERGB
rgb(19, 39, 62)HSL
hsl(212, 53%, 16%)OKLCH
oklch(0.268 0.05 253.1)CMYK
cmyk(69%, 37%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#112338
2#0F1F32
3#0D1C2C
4#0C1825
5#0A141F
6#081019
7#060C13
8#04080C
9#020406
Tints
Lighter variations
1#1D3C5F
2#275180
3#3165A1
4#3B7AC2
5#5B90CD
6#7CA6D7
7#9DBCE1
8#BDD3EB
9#DEE9F5
Tones
Muted variations
1#15283C
2#18283A
3#1A2838
4#1C2836
5#1E2834
6#202831
7#22282F
8#24292D
9#27292B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDD #CCDDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C2 #A5C2E3 | BordersInactive statesPlaceholder text |
| 400 | 76A3 #76A3D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4F88 #4F88C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 356C #356CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A56 #2A5689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E3D #1E3D62 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1327 #13273E | Primary textHigh emphasis contentDark headings |
| 950 | 0C19 #0C1927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EDF7;
--charcoal-200: #CCDDEF;
--charcoal-300: #A5C2E3;
--charcoal-400: #76A3D5;
--charcoal-500: #4F88C9;
--charcoal-600: #356CAC;
--charcoal-700: #2A5689;
--charcoal-800: #1E3D62;
--charcoal-900: #13273E;
--charcoal-950: #0C1927;
}