Charcoal
#082249
BlueColor Codes
All color formats for development
HEX
#082249RGB
rgb(8, 34, 73)HSL
hsl(216, 80%, 16%)OKLCH
oklch(0.258 0.079 258.7)CMYK
cmyk(89%, 53%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#071F42
2#071B3B
3#061833
4#05152C
5#041125
6#030E1D
7#020A16
8#02070F
9#010307
Tints
Lighter variations
1#0C3470
2#114697
3#1558BD
4#196AE4
5#3E83EA
6#659CEE
7#8BB4F2
8#B2CDF6
9#D8E6FB
Tones
Muted variations
1#0B2346
2#0F2443
3#122440
4#15253C
5#182639
6#1C2636
7#1F2733
8#22272F
9#26282C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F6 #F1F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEA #DFEAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3D9 #C3D9F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95BB #95BBF3 | BordersInactive statesPlaceholder text |
| 400 | 5E97 #5E97ED | Disabled statesSecondary iconsMuted text |
| 500 | 307A #307AE8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 165E #165ECA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 124B #124BA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D36 #0D3673 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0822 #082249 | Primary textHigh emphasis contentDark headings |
| 950 | 0515 #05152E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F6FD;
--charcoal-100: #DFEAFB;
--charcoal-200: #C3D9F8;
--charcoal-300: #95BBF3;
--charcoal-400: #5E97ED;
--charcoal-500: #307AE8;
--charcoal-600: #165ECA;
--charcoal-700: #124BA1;
--charcoal-800: #0D3673;
--charcoal-900: #082249;
--charcoal-950: #05152E;
}