Charcoal
#1D2462
BlueColor Codes
All color formats for development
HEX
#1D2462RGB
rgb(29, 36, 98)HSL
hsl(234, 54%, 25%)OKLCH
oklch(0.296 0.109 272.9)CMYK
cmyk(70%, 63%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2158
2#171D4F
3#151945
4#12163B
5#0F1231
6#0C0E27
7#090B1D
8#060714
9#03040A
Tints
Lighter variations
1#262F80
2#2F3A9D
3#3845BB
4#4E5BCA
5#6C76D3
6#8991DC
7#A7ADE5
8#C4C8ED
9#E2E4F6
Tones
Muted variations
1#21275F
2#242A5B
3#282C58
4#2B2F54
5#2F3251
6#32354E
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 | CCD0 #CCD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AB #A5ABE4 | BordersInactive statesPlaceholder text |
| 400 | 767F #767FD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E5B #4E5BCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3440 #3440AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2933 #293389 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1317 #13173F | 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: #CCD0F0;
--charcoal-300: #A5ABE4;
--charcoal-400: #767FD6;
--charcoal-500: #4E5BCA;
--charcoal-600: #3440AD;
--charcoal-700: #293389;
--charcoal-800: #1D2462;
--charcoal-900: #13173F;
--charcoal-950: #0C0E27;
}