Charcoal
#1D2C63
BlueColor Codes
All color formats for development
HEX
#1D2C63RGB
rgb(29, 44, 99)HSL
hsl(227, 55%, 25%)OKLCH
oklch(0.315 0.099 268.6)CMYK
cmyk(71%, 56%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A2759
2#17234F
3#141F45
4#111A3B
5#0E1631
6#0B1228
7#090D1E
8#060914
9#03040A
Tints
Lighter variations
1#253980
2#2E469E
3#3753BC
4#4D68CB
5#6B82D4
6#889BDD
7#A6B4E5
8#C4CDEE
9#E1E6F6
Tones
Muted variations
1#202E5F
2#24305C
3#273258
4#2B3455
5#2E3651
6#32384E
7#353A4A
8#393C47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E8 #E3E8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCD4 #CCD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B2 #A4B2E5 | BordersInactive statesPlaceholder text |
| 400 | 758A #758AD7 | Disabled statesSecondary iconsMuted text |
| 500 | 4D68 #4D68CB | Primary brand colorCTAsActive elementsLinks |
| 600 | 324D #324DAE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 283D #283D8A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D2C #1D2C63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121C #121C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0B12 #0B1228 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E8F7;
--charcoal-200: #CCD4F0;
--charcoal-300: #A4B2E5;
--charcoal-400: #758AD7;
--charcoal-500: #4D68CB;
--charcoal-600: #324DAE;
--charcoal-700: #283D8A;
--charcoal-800: #1D2C63;
--charcoal-900: #121C3F;
--charcoal-950: #0B1228;
}