Charcoal
#113340
BlueColor Codes
All color formats for development
HEX
#113340RGB
rgb(17, 51, 64)HSL
hsl(197, 58%, 16%)OKLCH
oklch(0.303 0.045 226.5)CMYK
cmyk(73%, 20%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2E3A
2#0E2934
3#0C242D
4#0A1F27
5#091A20
6#07141A
7#050F13
8#030A0D
9#020506
Tints
Lighter variations
1#1A4E62
2#236984
3#2C83A6
4#359EC8
5#56AFD2
6#78BFDB
7#99CFE4
8#BBDFED
9#DDEFF6
Tones
Muted variations
1#14323E
2#16313C
3#183039
4#1B2F37
5#1D2E35
6#1F2D32
7#222C30
8#242B2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F2 #E3F2F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE6 #CBE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E6 | BordersInactive statesPlaceholder text |
| 400 | 72BC #72BCDA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA9 #4AA9CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F8C #2F8CB1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B50 #1B5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113340 | Primary textHigh emphasis contentDark headings |
| 950 | 0B20 #0B2028 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F2F8;
--charcoal-200: #CBE6F1;
--charcoal-300: #A2D3E6;
--charcoal-400: #72BCDA;
--charcoal-500: #4AA9CF;
--charcoal-600: #2F8CB1;
--charcoal-700: #25708D;
--charcoal-800: #1B5065;
--charcoal-900: #113340;
--charcoal-950: #0B2028;
}