Charcoal
#1D2463
BlueColor Codes
All color formats for development
HEX
#1D2463RGB
rgb(29, 36, 99)HSL
hsl(234, 55%, 25%)OKLCH
oklch(0.297 0.11 272.9)CMYK
cmyk(71%, 64%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2059
2#171D4F
3#141945
4#11153B
5#0E1231
6#0B0E28
7#090B1E
8#060714
9#03040A
Tints
Lighter variations
1#252E80
2#2E399E
3#3744BC
4#4D5ACB
5#6B75D4
6#8891DD
7#A6ACE5
8#C4C8EE
9#E1E3F6
Tones
Muted variations
1#20275F
2#24295C
3#272C58
4#2B2F55
5#2E3251
6#32354E
7#35374A
8#393A47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E5 #E3E5F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCCF #CCCFF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AB #A4ABE5 | BordersInactive statesPlaceholder text |
| 400 | 757E #757ED7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D5A #4D5ACB | Primary brand colorCTAsActive elementsLinks |
| 600 | 323F #323FAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2832 #28328A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D24 #1D2463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #12173F | Primary textHigh emphasis contentDark headings |
| 950 | 0B0E #0B0E28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F7;
--charcoal-200: #CCCFF0;
--charcoal-300: #A4ABE5;
--charcoal-400: #757ED7;
--charcoal-500: #4D5ACB;
--charcoal-600: #323FAE;
--charcoal-700: #28328A;
--charcoal-800: #1D2463;
--charcoal-900: #12173F;
--charcoal-950: #0B0E28;
}