Charcoal
#092749
BlueColor Codes
All color formats for development
HEX
#092749RGB
rgb(9, 39, 73)HSL
hsl(212, 78%, 16%)OKLCH
oklch(0.272 0.072 254.2)CMYK
cmyk(88%, 47%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#082341
2#071F3A
3#061B33
4#05172C
5#041324
6#040F1D
7#030C16
8#02080F
9#010407
Tints
Lighter variations
1#0E3B6F
2#124F95
3#1764BB
4#1C78E1
5#408EE7
6#66A5EC
7#8DBBF1
8#B3D2F6
9#D9E8FA
Tones
Muted variations
1#0C2745
2#0F2742
3#13273F
4#16283C
5#192839
6#1C2836
7#1F2832
8#22282F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F7 #F1F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFEC #DFECFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4DC #C4DCF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97C1 #97C1F2 | BordersInactive statesPlaceholder text |
| 400 | 60A1 #60A1EB | Disabled statesSecondary iconsMuted text |
| 500 | 3386 #3386E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 196A #196AC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1455 #14559F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E3C #0E3C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0927 #092749 | Primary textHigh emphasis contentDark headings |
| 950 | 0618 #06182D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F7FD;
--charcoal-100: #DFECFB;
--charcoal-200: #C4DCF8;
--charcoal-300: #97C1F2;
--charcoal-400: #60A1EB;
--charcoal-500: #3386E6;
--charcoal-600: #196AC8;
--charcoal-700: #14559F;
--charcoal-800: #0E3C71;
--charcoal-900: #092749;
--charcoal-950: #06182D;
}