Charcoal
#1D3362
BlueColor Codes
All color formats for development
HEX
#1D3362RGB
rgb(29, 51, 98)HSL
hsl(221, 54%, 25%)OKLCH
oklch(0.33 0.088 263.5)CMYK
cmyk(70%, 48%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2E58
2#17294F
3#152445
4#121F3B
5#0F1A31
6#0C1427
7#090F1D
8#060A14
9#03050A
Tints
Lighter variations
1#264280
2#2F529D
3#3861BB
4#4E76CA
5#6C8CD3
6#89A3DC
7#A7BAE5
8#C4D1ED
9#E2E8F6
Tones
Muted variations
1#21345F
2#24365B
3#283758
4#2B3854
5#2F3951
6#323B4E
7#353C4A
8#393D47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EA #E4EAF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD7 #CCD7F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5B9 #A5B9E4 | BordersInactive statesPlaceholder text |
| 400 | 7694 #7694D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E76 #4E76CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 345A #345AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2948 #294889 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D33 #1D3362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1321 #13213F | Primary textHigh emphasis contentDark headings |
| 950 | 0C14 #0C1427 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EAF7;
--charcoal-200: #CCD7F0;
--charcoal-300: #A5B9E4;
--charcoal-400: #7694D6;
--charcoal-500: #4E76CA;
--charcoal-600: #345AAD;
--charcoal-700: #294889;
--charcoal-800: #1D3362;
--charcoal-900: #13213F;
--charcoal-950: #0C1427;
}