Charcoal
#143D6C
BlueColor Codes
All color formats for development
HEX
#143D6CRGB
rgb(20, 61, 108)HSL
hsl(212, 69%, 25%)OKLCH
oklch(0.358 0.093 254.3)CMYK
cmyk(81%, 44%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123761
2#103156
3#0E2B4B
4#0C2441
5#0A1E36
6#08182B
7#061220
8#040C16
9#02060B
Tints
Lighter variations
1#1A4F8C
2#2061AC
3#2674CD
4#3D87DB
5#5D9BE1
6#7EAFE7
7#9EC3ED
8#BED7F3
9#DFEBF9
Tones
Muted variations
1#183D67
2#1D3D63
3#213E5F
4#253E5A
5#2A3E56
6#2E3F51
7#333F4D
8#373F49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F7 #F2F7FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EC #E1ECF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7DC #C7DCF5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CC2 #9CC2ED | BordersInactive statesPlaceholder text |
| 400 | 68A2 #68A2E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D87 #3D87DB | Primary brand colorCTAsActive elementsLinks |
| 600 | 236B #236BBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C55 #1C5597 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 143D #143D6C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D27 #0D2745 | Primary textHigh emphasis contentDark headings |
| 950 | 0818 #08182B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F7FD;
--charcoal-100: #E1ECF9;
--charcoal-200: #C7DCF5;
--charcoal-300: #9CC2ED;
--charcoal-400: #68A2E3;
--charcoal-500: #3D87DB;
--charcoal-600: #236BBE;
--charcoal-700: #1C5597;
--charcoal-800: #143D6C;
--charcoal-900: #0D2745;
--charcoal-950: #08182B;
}