Charcoal
#1D2362
BlueColor Codes
All color formats for development
HEX
#1D2362RGB
rgb(29, 35, 98)HSL
hsl(235, 54%, 25%)OKLCH
oklch(0.294 0.11 273.4)CMYK
cmyk(70%, 64%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2058
2#171C4F
3#151945
4#12153B
5#0F1231
6#0C0E27
7#090B1D
8#060714
9#03040A
Tints
Lighter variations
1#262E80
2#2F389D
3#3843BB
4#4E59CA
5#6C74D3
6#8990DC
7#A7ACE5
8#C4C8ED
9#E2E3F6
Tones
Muted variations
1#21265F
2#24295B
3#282C58
4#2B2F54
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 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5AA #A5AAE4 | BordersInactive statesPlaceholder text |
| 400 | 767E #767ED6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E59 #4E59CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 343E #343EAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2931 #293189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D23 #1D2362 | 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: #CCCFF0;
--charcoal-300: #A5AAE4;
--charcoal-400: #767ED6;
--charcoal-500: #4E59CA;
--charcoal-600: #343EAD;
--charcoal-700: #293189;
--charcoal-800: #1D2362;
--charcoal-900: #13163F;
--charcoal-950: #0C0E27;
}