Charcoal
#113041
BlueColor Codes
All color formats for development
HEX
#113041RGB
rgb(17, 48, 65)HSL
hsl(201, 59%, 16%)OKLCH
oklch(0.295 0.048 235.7)CMYK
cmyk(74%, 26%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F2B3A
2#0D2634
3#0C222D
4#0A1D27
5#081820
6#07131A
7#050E13
8#030A0D
9#020506
Tints
Lighter variations
1#1A4963
2#226285
3#2B7CA7
4#3495C9
5#55A7D3
6#77B8DC
7#99CAE5
8#BBDCED
9#DDEDF6
Tones
Muted variations
1#132F3E
2#162F3C
3#182E3A
4#1A2D37
5#1D2C35
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 | E3F0 #E3F0F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE4 #CAE4F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CF #A2CFE7 | BordersInactive statesPlaceholder text |
| 400 | 71B6 #71B6DA | Disabled statesSecondary iconsMuted text |
| 500 | 49A1 #49A1D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E84 #2E84B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2569 #25698E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A4B #1A4B65 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1130 #113041 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1E #0A1E29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FC;
--charcoal-100: #E3F0F8;
--charcoal-200: #CAE4F1;
--charcoal-300: #A2CFE7;
--charcoal-400: #71B6DA;
--charcoal-500: #49A1D0;
--charcoal-600: #2E84B2;
--charcoal-700: #25698E;
--charcoal-800: #1A4B65;
--charcoal-900: #113041;
--charcoal-950: #0A1E29;
}