Charcoal
#082C49
BlueColor Codes
All color formats for development
HEX
#082C49RGB
rgb(8, 44, 73)HSL
hsl(207, 80%, 16%)OKLCH
oklch(0.285 0.066 247.5)CMYK
cmyk(89%, 40%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072842
2#07233B
3#061F33
4#051A2C
5#041625
6#03121D
7#020D16
8#02090F
9#010407
Tints
Lighter variations
1#0C4370
2#115A97
3#1571BD
4#1989E4
5#3E9CEA
6#65B0EE
7#8BC4F2
8#B2D8F6
9#D8EBFB
Tones
Muted variations
1#0B2C46
2#0F2B43
3#122B40
4#152B3C
5#182A39
6#1C2A36
7#1F2A33
8#22292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F8 #F1F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEF #DFEFFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E1 #C3E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C9 #95C9F3 | BordersInactive statesPlaceholder text |
| 400 | 5EAD #5EADED | Disabled statesSecondary iconsMuted text |
| 500 | 3095 #3095E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1679 #1679CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1260 #1260A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D45 #0D4573 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082C #082C49 | Primary textHigh emphasis contentDark headings |
| 950 | 051C #051C2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C3E1F8;
--charcoal-300: #95C9F3;
--charcoal-400: #5EADED;
--charcoal-500: #3095E8;
--charcoal-600: #1679CA;
--charcoal-700: #1260A1;
--charcoal-800: #0D4573;
--charcoal-900: #082C49;
--charcoal-950: #051C2E;
}