Charcoal
#092F49
BlueColor Codes
All color formats for development
HEX
#092F49RGB
rgb(9, 47, 73)HSL
hsl(204, 78%, 16%)OKLCH
oklch(0.294 0.063 243.6)CMYK
cmyk(88%, 36%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082A41
2#07263A
3#062133
4#051C2C
5#041824
6#04131D
7#030E16
8#02090F
9#010507
Tints
Lighter variations
1#0E486F
2#126195
3#1779BB
4#1C92E1
5#40A5E7
6#66B7EC
7#8DC9F1
8#B3DBF6
9#D9EDFA
Tones
Muted variations
1#0C2F45
2#0F2E42
3#132D3F
4#162D3C
5#192C39
6#1C2B36
7#1F2B32
8#222A2F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF0 #DFF0FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4E3 #C4E3F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97CD #97CDF2 | BordersInactive statesPlaceholder text |
| 400 | 60B4 #60B4EB | Disabled statesSecondary iconsMuted text |
| 500 | 339E #339EE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1982 #1982C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1467 #14679F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E4A #0E4A71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 092F #092F49 | Primary textHigh emphasis contentDark headings |
| 950 | 061D #061D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FD;
--charcoal-100: #DFF0FB;
--charcoal-200: #C4E3F8;
--charcoal-300: #97CDF2;
--charcoal-400: #60B4EB;
--charcoal-500: #339EE6;
--charcoal-600: #1982C8;
--charcoal-700: #14679F;
--charcoal-800: #0E4A71;
--charcoal-900: #092F49;
--charcoal-950: #061D2D;
}