Charcoal
#113D6E
BlueColor Codes
All color formats for development
HEX
#113D6ERGB
rgb(17, 61, 110)HSL
hsl(212, 73%, 25%)OKLCH
oklch(0.359 0.097 254.1)CMYK
cmyk(85%, 45%, 0%, 57%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0F3763
2#0E3158
3#0C2A4D
4#0A2442
5#091E37
6#07182C
7#051221
8#030C16
9#02060B
Tints
Lighter variations
1#164F8F
2#1C61B0
3#2173D2
4#3887E0
5#5A9BE5
6#7BAFEA
7#9CC3F0
8#BDD7F5
9#DEEBFA
Tones
Muted variations
1#163D6A
2#1B3D65
3#1F3E60
4#243E5C
5#283E57
6#2D3F52
7#323F4E
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 | E0EC #E0ECFA | Light backgroundsTable row hoverSkeleton loading |
| 200 | C6DC #C6DCF6 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9AC1 #9AC1EF | BordersInactive statesPlaceholder text |
| 400 | 65A1 #65A1E7 | Disabled statesSecondary iconsMuted text |
| 500 | 3887 #3887E0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1E6B #1E6BC2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1855 #18559A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 113D #113D6E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0B27 #0B2747 | Primary textHigh emphasis contentDark headings |
| 950 | 0718 #07182C | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E0ECFA;
--charcoal-200: #C6DCF6;
--charcoal-300: #9AC1EF;
--charcoal-400: #65A1E7;
--charcoal-500: #3887E0;
--charcoal-600: #1E6BC2;
--charcoal-700: #18559A;
--charcoal-800: #113D6E;
--charcoal-900: #0B2747;
--charcoal-950: #07182C;
}