Charcoal
#082E49
BlueColor Codes
All color formats for development
HEX
#082E49RGB
rgb(8, 46, 73)HSL
hsl(205, 80%, 16%)OKLCH
oklch(0.291 0.064 244.7)CMYK
cmyk(89%, 37%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072A42
2#07253B
3#062033
4#051C2C
5#041725
6#03121D
7#020E16
8#02090F
9#010507
Tints
Lighter variations
1#0C4770
2#115F97
3#1577BD
4#198FE4
5#3EA2EA
6#65B5EE
7#8BC7F2
8#B2DAF6
9#D8ECFB
Tones
Muted variations
1#0B2E46
2#0F2D43
3#122D40
4#152C3C
5#182C39
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 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3E2 #C3E2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95CC #95CCF3 | BordersInactive statesPlaceholder text |
| 400 | 5EB2 #5EB2ED | Disabled statesSecondary iconsMuted text |
| 500 | 309C #309CE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 167F #167FCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1265 #1265A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D48 #0D4873 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082E #082E49 | Primary textHigh emphasis contentDark headings |
| 950 | 051D #051D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C3E2F8;
--charcoal-300: #95CCF3;
--charcoal-400: #5EB2ED;
--charcoal-500: #309CE8;
--charcoal-600: #167FCA;
--charcoal-700: #1265A1;
--charcoal-800: #0D4873;
--charcoal-900: #082E49;
--charcoal-950: #051D2E;
}