Charcoal
#1D4562
BlueColor Codes
All color formats for development
HEX
#1D4562RGB
rgb(29, 69, 98)HSL
hsl(205, 54%, 25%)OKLCH
oklch(0.376 0.067 242.9)CMYK
cmyk(70%, 30%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A3F58
2#17384F
3#153145
4#122A3B
5#0F2331
6#0C1C27
7#09151D
8#060E14
9#03070A
Tints
Lighter variations
1#265A80
2#2F6F9D
3#3884BB
4#4E97CA
5#6CA8D3
6#89B9DC
7#A7CBE5
8#C4DCED
9#E2EEF6
Tones
Muted variations
1#21455F
2#24445B
3#284458
4#2B4354
5#2F4351
6#32424E
7#35414A
8#394147
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EF #E4EFF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE1 #CCE1F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CA #A5CAE4 | BordersInactive statesPlaceholder text |
| 400 | 76AE #76AED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E97 #4E97CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 347A #347AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2961 #296189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D45 #1D4562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | 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: #E4EFF7;
--charcoal-200: #CCE1F0;
--charcoal-300: #A5CAE4;
--charcoal-400: #76AED6;
--charcoal-500: #4E97CA;
--charcoal-600: #347AAD;
--charcoal-700: #296189;
--charcoal-800: #1D4562;
--charcoal-900: #132C3F;
--charcoal-950: #0C1C27;
}