Charcoal
#1F4761
BlueColor Codes
All color formats for development
HEX
#1F4761RGB
rgb(31, 71, 97)HSL
hsl(204, 52%, 25%)OKLCH
oklch(0.382 0.063 239.8)CMYK
cmyk(68%, 27%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C3F57
2#18384E
3#153144
4#122A3A
5#0F2330
6#0C1C27
7#09151D
8#060E13
9#03070A
Tints
Lighter variations
1#285B7E
2#31719B
3#3A86B8
4#5198C8
5#6EA9D1
6#8BBADA
7#A8CCE3
8#C5DDED
9#E2EEF6
Tones
Muted variations
1#22465E
2#25455A
3#294457
4#2C4454
5#2F4350
6#32424D
7#36424A
8#394146
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE1 #CDE1EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6CA #A6CAE3 | BordersInactive statesPlaceholder text |
| 400 | 77AF #77AFD4 | Disabled statesSecondary iconsMuted text |
| 500 | 5198 #5198C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 367C #367CAB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B63 #2B6388 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F46 #1F4661 | Text on light backgroundsHeadingsStrong borders |
| 900 | 142D #142D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C1C #0C1C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EFF6;
--charcoal-200: #CDE1EF;
--charcoal-300: #A6CAE3;
--charcoal-400: #77AFD4;
--charcoal-500: #5198C8;
--charcoal-600: #367CAB;
--charcoal-700: #2B6388;
--charcoal-800: #1F4661;
--charcoal-900: #142D3E;
--charcoal-950: #0C1C27;
}