Charcoal
#052B4C
BlueColor Codes
All color formats for development
HEX
#052B4CRGB
rgb(5, 43, 76)HSL
hsl(208, 88%, 16%)OKLCH
oklch(0.283 0.073 249.7)CMYK
cmyk(93%, 43%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042745
2#04233D
3#031E36
4#031A2E
5#021626
6#02111F
7#010D17
8#01090F
9#000408
Tints
Lighter variations
1#074275
2#0A599D
3#0D6FC6
4#0F86EE
5#369AF2
6#5EAEF5
7#86C3F7
8#AED7FA
9#D7EBFC
Tones
Muted variations
1#082B49
2#0C2B46
3#102A42
4#132A3E
5#172A3B
6#1A2A37
7#1E2A34
8#222930
9#25292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEE #DDEEFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C1E0 #C1E0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C8 #91C8F8 | BordersInactive statesPlaceholder text |
| 400 | 57AB #57ABF4 | Disabled statesSecondary iconsMuted text |
| 500 | 2793 #2793F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D77 #0D77D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5E #0B5EA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0843 #084378 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052B #052B4D | Primary textHigh emphasis contentDark headings |
| 950 | 031B #031B30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DDEEFD;
--charcoal-200: #C1E0FB;
--charcoal-300: #91C8F8;
--charcoal-400: #57ABF4;
--charcoal-500: #2793F1;
--charcoal-600: #0D77D3;
--charcoal-700: #0B5EA8;
--charcoal-800: #084378;
--charcoal-900: #052B4D;
--charcoal-950: #031B30;
}