Charcoal
#113A6E
BlueColor Codes
All color formats for development
HEX
#113A6ERGB
rgb(17, 58, 110)HSL
hsl(214, 73%, 25%)OKLCH
oklch(0.351 0.101 256.3)CMYK
cmyk(85%, 47%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3463
2#0E2E58
3#0C284D
4#0A2342
5#091D37
6#07172C
7#051121
8#030C16
9#02060B
Tints
Lighter variations
1#164B8F
2#1C5CB0
3#216DD2
4#3881E0
5#5A96E5
6#7BABEA
7#9CC0F0
8#BDD5F5
9#DEEAFA
Tones
Muted variations
1#163A6A
2#1B3B65
3#1F3B60
4#243C5C
5#283D57
6#2D3D52
7#323E4E
8#363F49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0EB #E0EBFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DB #C6DBF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9ABF #9ABFEF | BordersInactive statesPlaceholder text |
| 400 | 659D #659DE7 | Disabled statesSecondary iconsMuted text |
| 500 | 3881 #3881E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E65 #1E65C2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1851 #18519A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113A #113A6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B25 #0B2547 | Primary textHigh emphasis contentDark headings |
| 950 | 0717 #07172C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0EBFA;
--charcoal-200: #C6DBF6;
--charcoal-300: #9ABFEF;
--charcoal-400: #659DE7;
--charcoal-500: #3881E0;
--charcoal-600: #1E65C2;
--charcoal-700: #18519A;
--charcoal-800: #113A6E;
--charcoal-900: #0B2547;
--charcoal-950: #07172C;
}