Charcoal
#092D49
BlueColor Codes
All color formats for development
HEX
#092D49RGB
rgb(9, 45, 73)HSL
hsl(206, 78%, 16%)OKLCH
oklch(0.288 0.065 246.6)CMYK
cmyk(88%, 38%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082941
2#07243A
3#062033
4#051B2C
5#041724
6#04121D
7#030E16
8#02090F
9#010507
Tints
Lighter variations
1#0E456F
2#125C95
3#1774BB
4#1C8CE1
5#409FE7
6#66B2EC
7#8DC5F1
8#B3D9F6
9#D9ECFA
Tones
Muted variations
1#0C2D45
2#0F2C42
3#132C3F
4#162B3C
5#192B39
6#1C2A36
7#1F2A32
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 | C4E1 #C4E1F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CA #97CAF2 | BordersInactive statesPlaceholder text |
| 400 | 60AF #60AFEB | Disabled statesSecondary iconsMuted text |
| 500 | 3398 #3398E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 197C #197CC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1463 #14639F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E46 #0E4671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092D #092D49 | Primary textHigh emphasis contentDark headings |
| 950 | 061C #061C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F8FD;
--charcoal-100: #DFEFFB;
--charcoal-200: #C4E1F8;
--charcoal-300: #97CAF2;
--charcoal-400: #60AFEB;
--charcoal-500: #3398E6;
--charcoal-600: #197CC8;
--charcoal-700: #14639F;
--charcoal-800: #0E4671;
--charcoal-900: #092D49;
--charcoal-950: #061C2D;
}