Charcoal
#113341
BlueColor Codes
All color formats for development
HEX
#113341RGB
rgb(17, 51, 65)HSL
hsl(197, 59%, 16%)OKLCH
oklch(0.303 0.046 228.4)CMYK
cmyk(74%, 22%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2E3A
2#0D2934
3#0C242D
4#0A1F27
5#081A20
6#07141A
7#050F13
8#030A0D
9#020506
Tints
Lighter variations
1#1A4E63
2#226985
3#2B84A7
4#349FC9
5#55AFD3
6#77BFDC
7#99CFE5
8#BBDFED
9#DDEFF6
Tones
Muted variations
1#13323E
2#16313C
3#18303A
4#1A2F37
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 | CAE6 #CAE6F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D3 #A2D3E7 | BordersInactive statesPlaceholder text |
| 400 | 71BD #71BDDA | Disabled statesSecondary iconsMuted text |
| 500 | 49AA #49AAD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E8D #2E8DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2570 #25708E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A50 #1A5065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1133 #113341 | Primary textHigh emphasis contentDark headings |
| 950 | 0A20 #0A2029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F2F8;
--charcoal-200: #CAE6F1;
--charcoal-300: #A2D3E7;
--charcoal-400: #71BDDA;
--charcoal-500: #49AAD0;
--charcoal-600: #2E8DB2;
--charcoal-700: #25708E;
--charcoal-800: #1A5065;
--charcoal-900: #113341;
--charcoal-950: #0A2029;
}