Charcoal
#082749
BlueColor Codes
All color formats for development
HEX
#082749RGB
rgb(8, 39, 73)HSL
hsl(211, 80%, 16%)OKLCH
oklch(0.271 0.073 253.8)CMYK
cmyk(89%, 47%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#072442
2#07203B
3#061C33
4#05182C
5#041425
6#03101D
7#020C16
8#02080F
9#010407
Tints
Lighter variations
1#0C3D70
2#115197
3#1566BD
4#197BE4
5#3E91EA
6#65A7EE
7#8BBDF2
8#B2D3F6
9#D8E9FB
Tones
Muted variations
1#0B2846
2#0F2843
3#122840
4#15283C
5#182839
6#1C2836
7#1F2833
8#22292F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFED #DFEDFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3DD #C3DDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95C3 #95C3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EA3 #5EA3ED | Disabled statesSecondary iconsMuted text |
| 500 | 3089 #3089E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 166D #166DCA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1257 #1257A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D3E #0D3E73 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0828 #082849 | Primary textHigh emphasis contentDark headings |
| 950 | 0519 #05192E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFEDFB;
--charcoal-200: #C3DDF8;
--charcoal-300: #95C3F3;
--charcoal-400: #5EA3ED;
--charcoal-500: #3089E8;
--charcoal-600: #166DCA;
--charcoal-700: #1257A1;
--charcoal-800: #0D3E73;
--charcoal-900: #082849;
--charcoal-950: #05192E;
}