Charcoal
#14376C
BlueColor Codes
All color formats for development
HEX
#14376CRGB
rgb(20, 55, 108)HSL
hsl(216, 69%, 25%)OKLCH
oklch(0.344 0.101 258.8)CMYK
cmyk(81%, 49%, 0%, 58%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#123161
2#102C56
3#0E264B
4#0C2141
5#0A1B36
6#08162B
7#061020
8#040B16
9#02050B
Tints
Lighter variations
1#1A478C
2#2058AC
3#2668CD
4#3D7CDB
5#5D92E1
6#7EA8E7
7#9EBEED
8#BED3F3
9#DFE9F9
Tones
Muted variations
1#183867
2#1D3963
3#213A5F
4#253A5A
5#2A3B56
6#2E3C51
7#333D4D
8#373E49
9#3B3F44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2F6 #F2F6FD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1EB #E1EBF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7D9 #C7D9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CBC #9CBCED | BordersInactive statesPlaceholder text |
| 400 | 6899 #6899E3 | Disabled statesSecondary iconsMuted text |
| 500 | 3D7C #3D7CDB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2361 #2361BE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1C4D #1C4D97 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1437 #14376C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D23 #0D2345 | Primary textHigh emphasis contentDark headings |
| 950 | 0816 #08162B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2F6FD;
--charcoal-100: #E1EBF9;
--charcoal-200: #C7D9F5;
--charcoal-300: #9CBCED;
--charcoal-400: #6899E3;
--charcoal-500: #3D7CDB;
--charcoal-600: #2361BE;
--charcoal-700: #1C4D97;
--charcoal-800: #14376C;
--charcoal-900: #0D2345;
--charcoal-950: #08162B;
}