Charcoal
#052A4D
BlueColor Codes
All color formats for development
HEX
#052A4DRGB
rgb(5, 42, 77)HSL
hsl(209, 88%, 16%)OKLCH
oklch(0.282 0.076 251.5)CMYK
cmyk(94%, 45%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#042645
2#04223D
3#031D36
4#03192E
5#021526
6#02111F
7#010D17
8#01080F
9#000408
Tints
Lighter variations
1#074075
2#0A569D
3#0D6CC6
4#0F82EE
5#3697F2
6#5EACF5
7#86C1F7
8#AED5FA
9#D7EAFC
Tones
Muted variations
1#082A49
2#0C2A46
3#102A42
4#132A3E
5#17293B
6#1A2937
7#1E2934
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 | C1DF #C1DFFB | Secondary backgroundsInput backgroundsDividers |
| 300 | 91C6 #91C6F8 | BordersInactive statesPlaceholder text |
| 400 | 57A8 #57A8F4 | Disabled statesSecondary iconsMuted text |
| 500 | 2790 #2790F1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0D73 #0D73D3 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0B5C #0B5CA8 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0842 #084278 | Text on light backgroundsHeadingsStrong borders |
| 900 | 052A #052A4D | Primary textHigh emphasis contentDark headings |
| 950 | 031A #031A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DDEEFD;
--charcoal-200: #C1DFFB;
--charcoal-300: #91C6F8;
--charcoal-400: #57A8F4;
--charcoal-500: #2790F1;
--charcoal-600: #0D73D3;
--charcoal-700: #0B5CA8;
--charcoal-800: #084278;
--charcoal-900: #052A4D;
--charcoal-950: #031A30;
}