Charcoal
#062D4B
BlueColor Codes
All color formats for development
HEX
#062D4BRGB
rgb(6, 45, 75)HSL
hsl(206, 85%, 16%)OKLCH
oklch(0.289 0.069 247)CMYK
cmyk(92%, 40%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062944
2#05243C
3#042035
4#041B2D
5#031726
6#02121E
7#020E17
8#01090F
9#010508
Tints
Lighter variations
1#094573
2#0D5D9B
3#1075C2
4#138DEA
5#39A0EF
6#60B3F2
7#88C6F5
8#B0D9F9
9#D7ECFC
Tones
Muted variations
1#0A2D48
2#0D2C45
3#112C41
4#142C3E
5#172B3A
6#1B2B37
7#1E2A33
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 | DEEF #DEEFFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E2 #C2E2FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92CB #92CBF6 | BordersInactive statesPlaceholder text |
| 400 | 5AB0 #5AB0F2 | Disabled statesSecondary iconsMuted text |
| 500 | 2B99 #2B99EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 117D #117DD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D63 #0D63A5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A47 #0A4776 | Text on light backgroundsHeadingsStrong borders |
| 900 | 062D #062D4B | Primary textHigh emphasis contentDark headings |
| 950 | 041C #041C2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FE;
--charcoal-100: #DEEFFC;
--charcoal-200: #C2E2FA;
--charcoal-300: #92CBF6;
--charcoal-400: #5AB0F2;
--charcoal-500: #2B99EE;
--charcoal-600: #117DD0;
--charcoal-700: #0D63A5;
--charcoal-800: #0A4776;
--charcoal-900: #062D4B;
--charcoal-950: #041C2F;
}