Charcoal
#052C4D
BlueColor Codes
All color formats for development
HEX
#052C4DRGB
rgb(5, 44, 77)HSL
hsl(207, 88%, 16%)OKLCH
oklch(0.287 0.073 249.2)CMYK
cmyk(94%, 43%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042845
2#04243D
3#031F36
4#031B2E
5#021626
6#02121F
7#010D17
8#01090F
9#000408
Tints
Lighter variations
1#074475
2#0A5B9D
3#0D72C6
4#0F8AEE
5#369DF2
6#5EB1F5
7#86C4F7
8#AED8FA
9#D7EBFC
Tones
Muted variations
1#082C49
2#0C2C46
3#102B42
4#132B3E
5#172B3B
6#1A2A37
7#1E2A34
8#222A30
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E1 #C1E1FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CA #91CAF8 | BordersInactive statesPlaceholder text |
| 400 | 57AE #57AEF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2796 #2796F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7A #0D7AD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B61 #0B61A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0845 #084578 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052C #052C4D | Primary textHigh emphasis contentDark headings |
| 950 | 031C #031C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DDEFFD;
--charcoal-200: #C1E1FB;
--charcoal-300: #91CAF8;
--charcoal-400: #57AEF4;
--charcoal-500: #2796F1;
--charcoal-600: #0D7AD3;
--charcoal-700: #0B61A8;
--charcoal-800: #084578;
--charcoal-900: #052C4D;
--charcoal-950: #031C30;
}