Charcoal
#1D2262
BlueColor Codes
All color formats for development
HEX
#1D2262RGB
rgb(29, 34, 98)HSL
hsl(236, 54%, 25%)OKLCH
oklch(0.292 0.112 273.8)CMYK
cmyk(70%, 65%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A1F58
2#171B4F
3#151845
4#12143B
5#0F1131
6#0C0E27
7#090A1D
8#060714
9#03030A
Tints
Lighter variations
1#262C80
2#2F369D
3#3840BB
4#4E57CA
5#6C73D3
6#898FDC
7#A7ABE5
8#C4C7ED
9#E2E3F6
Tones
Muted variations
1#21255F
2#24285B
3#282B58
4#2B2E54
5#2F3151
6#32344E
7#35374A
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 | E4E5 #E4E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCE #CCCEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5A9 #A5A9E4 | BordersInactive statesPlaceholder text |
| 400 | 767C #767CD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E57 #4E57CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343C #343CAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 292F #292F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D22 #1D2262 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1316 #13163F | Primary textHigh emphasis contentDark headings |
| 950 | 0C0E #0C0E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E5F7;
--charcoal-200: #CCCEF0;
--charcoal-300: #A5A9E4;
--charcoal-400: #767CD6;
--charcoal-500: #4E57CA;
--charcoal-600: #343CAD;
--charcoal-700: #292F89;
--charcoal-800: #1D2262;
--charcoal-900: #13163F;
--charcoal-950: #0C0E27;
}