Charcoal
#0B2D46
BlueColor Codes
All color formats for development
HEX
#0B2D46RGB
rgb(11, 45, 70)HSL
hsl(205, 73%, 16%)OKLCH
oklch(0.287 0.06 244.6)CMYK
cmyk(84%, 36%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0A2940
2#092538
3#082031
4#071B2A
5#061723
6#04121C
7#030E15
8#02090E
9#010507
Tints
Lighter variations
1#11466C
2#175E91
3#1C76B6
4#228EDB
5#46A1E2
6#6BB4E8
7#90C7EE
8#B5D9F3
9#DAECF9
Tones
Muted variations
1#0E2D44
2#112D41
3#142C3E
4#172C3B
5#1A2B38
6#1D2B35
7#202A32
8#232A2F
9#26292C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F8 #F2F8FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EF #E0EFFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6E2 #C6E2F6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ACB #9ACBEF | BordersInactive statesPlaceholder text |
| 400 | 65B1 #65B1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 389A #389AE0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E7E #1E7EC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1864 #18649A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1148 #11486E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B2E #0B2E47 | Primary textHigh emphasis contentDark headings |
| 950 | 071D #071D2C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F8FD;
--charcoal-100: #E0EFFA;
--charcoal-200: #C6E2F6;
--charcoal-300: #9ACBEF;
--charcoal-400: #65B1E7;
--charcoal-500: #389AE0;
--charcoal-600: #1E7EC2;
--charcoal-700: #18649A;
--charcoal-800: #11486E;
--charcoal-900: #0B2E47;
--charcoal-950: #071D2C;
}