Charcoal
#082D4A
BlueColor Codes
All color formats for development
HEX
#082D4ARGB
rgb(8, 45, 74)HSL
hsl(206, 80%, 16%)OKLCH
oklch(0.289 0.067 247)CMYK
cmyk(89%, 39%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072942
2#07243B
3#062033
4#051B2C
5#041725
6#03121D
7#020E16
8#02090F
9#010507
Tints
Lighter variations
1#0C4570
2#115D97
3#1574BD
4#198CE4
5#3E9FEA
6#65B2EE
7#8BC6F2
8#B2D9F6
9#D8ECFB
Tones
Muted variations
1#0B2D46
2#0F2C43
3#122C40
4#152B3C
5#182B39
6#1C2B36
7#1F2A33
8#222A2F
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 | 95CB #95CBF3 | BordersInactive statesPlaceholder text |
| 400 | 5EAF #5EAFED | Disabled statesSecondary iconsMuted text |
| 500 | 3098 #3098E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167C #167CCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1263 #1263A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D47 #0D4773 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082D #082D49 | 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: #95CBF3;
--charcoal-400: #5EAFED;
--charcoal-500: #3098E8;
--charcoal-600: #167CCA;
--charcoal-700: #1263A1;
--charcoal-800: #0D4773;
--charcoal-900: #082D49;
--charcoal-950: #051C2E;
}