Charcoal
#082A49
BlueColor Codes
All color formats for development
HEX
#082A49RGB
rgb(8, 42, 73)HSL
hsl(209, 80%, 16%)OKLCH
oklch(0.28 0.069 250.2)CMYK
cmyk(89%, 42%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072642
2#07223B
3#061D33
4#05192C
5#041525
6#03111D
7#020D16
8#02080F
9#010407
Tints
Lighter variations
1#0C4070
2#115697
3#156CBD
4#1982E4
5#3E97EA
6#65ACEE
7#8BC0F2
8#B2D5F6
9#D8EAFB
Tones
Muted variations
1#0B2A46
2#0F2A43
3#122A40
4#15293C
5#182939
6#1C2936
7#1F2933
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 | DFEE #DFEEFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DF #C3DFF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C6 #95C6F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA8 #5EA8ED | Disabled statesSecondary iconsMuted text |
| 500 | 308F #308FE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1673 #1673CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 125C #125CA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D41 #0D4173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 082A #082A49 | Primary textHigh emphasis contentDark headings |
| 950 | 051A #051A2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEEFB;
--charcoal-200: #C3DFF8;
--charcoal-300: #95C6F3;
--charcoal-400: #5EA8ED;
--charcoal-500: #308FE8;
--charcoal-600: #1673CA;
--charcoal-700: #125CA1;
--charcoal-800: #0D4173;
--charcoal-900: #082A49;
--charcoal-950: #051A2E;
}