Charcoal
#113040
BlueColor Codes
All color formats for development
HEX
#113040RGB
rgb(17, 48, 64)HSL
hsl(200, 58%, 16%)OKLCH
oklch(0.294 0.047 234)CMYK
cmyk(73%, 25%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2C3A
2#0E2734
3#0C222D
4#0A1D27
5#091820
6#07131A
7#050F13
8#030A0D
9#020506
Tints
Lighter variations
1#1A4A62
2#236484
3#2C7DA6
4#3597C8
5#56A9D2
6#78BADB
7#99CBE4
8#BBDCED
9#DDEEF6
Tones
Muted variations
1#14303E
2#162F3C
3#182E39
4#1B2E37
5#1D2D35
6#1F2C32
7#222B30
8#242A2E
9#262A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3F1 #E3F1F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBE4 #CBE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2D0 #A2D0E6 | BordersInactive statesPlaceholder text |
| 400 | 72B7 #72B7DA | Disabled statesSecondary iconsMuted text |
| 500 | 4AA2 #4AA2CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 2F86 #2F86B1 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 256B #256B8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1B4C #1B4C65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1131 #113140 | Primary textHigh emphasis contentDark headings |
| 950 | 0B1E #0B1E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F1F8;
--charcoal-200: #CBE4F1;
--charcoal-300: #A2D0E6;
--charcoal-400: #72B7DA;
--charcoal-500: #4AA2CF;
--charcoal-600: #2F86B1;
--charcoal-700: #256B8D;
--charcoal-800: #1B4C65;
--charcoal-900: #113140;
--charcoal-950: #0B1E28;
}