Charcoal
#1D2162
BlueColor Codes
All color formats for development
HEX
#1D2162RGB
rgb(29, 33, 98)HSL
hsl(237, 54%, 25%)OKLCH
oklch(0.29 0.113 274.2)CMYK
cmyk(70%, 66%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1D58
2#171A4F
3#151745
4#12143B
5#0F1031
6#0C0D27
7#090A1D
8#060714
9#03030A
Tints
Lighter variations
1#262B80
2#2F349D
3#383EBB
4#4E54CA
5#6C71D3
6#898DDC
7#A7AAE5
8#C4C6ED
9#E2E3F6
Tones
Muted variations
1#21245F
2#24275B
3#282A58
4#2B2D54
5#2F3051
6#32334E
7#35364A
8#393A47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A8 #A5A8E4 | BordersInactive statesPlaceholder text |
| 400 | 767A #767AD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E54 #4E54CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343A #343AAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292E #292E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D21 #1D2162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1315 #13153F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E4F7;
--charcoal-200: #CCCEF0;
--charcoal-300: #A5A8E4;
--charcoal-400: #767AD6;
--charcoal-500: #4E54CA;
--charcoal-600: #343AAD;
--charcoal-700: #292E89;
--charcoal-800: #1D2162;
--charcoal-900: #13153F;
--charcoal-950: #0C0D27;
}