Charcoal
#052E4D
BlueColor Codes
All color formats for development
HEX
#052E4DRGB
rgb(5, 46, 77)HSL
hsl(206, 88%, 16%)OKLCH
oklch(0.292 0.071 246.8)CMYK
cmyk(94%, 40%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042945
2#04243D
3#032036
4#031B2E
5#021726
6#02121F
7#010E17
8#01090F
9#000508
Tints
Lighter variations
1#074675
2#0A5D9D
3#0D75C6
4#0F8DEE
5#36A0F2
6#5EB3F5
7#86C6F7
8#AED9FA
9#D7ECFC
Tones
Muted variations
1#082D49
2#0C2D46
3#102C42
4#132C3E
5#172B3B
6#1A2B37
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 | C1E2 #C1E2FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91CB #91CBF8 | BordersInactive statesPlaceholder text |
| 400 | 57B0 #57B0F4 | Disabled statesSecondary iconsMuted text |
| 500 | 279A #279AF1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D7D #0D7DD3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B64 #0B64A8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0847 #084778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052E #052E4D | 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: #C1E2FB;
--charcoal-300: #91CBF8;
--charcoal-400: #57B0F4;
--charcoal-500: #279AF1;
--charcoal-600: #0D7DD3;
--charcoal-700: #0B64A8;
--charcoal-800: #084778;
--charcoal-900: #052E4D;
--charcoal-950: #031C30;
}