Charcoal
#1C2A63
BlueColor Codes
All color formats for development
HEX
#1C2A63RGB
rgb(28, 42, 99)HSL
hsl(228, 56%, 25%)OKLCH
oklch(0.31 0.102 269.2)CMYK
cmyk(72%, 58%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19265A
2#162250
3#141E46
4#11193C
5#0E1532
6#0B1128
7#080D1E
8#060814
9#03040A
Tints
Lighter variations
1#243781
2#2D449F
3#3550BD
4#4C66CD
5#6A7FD5
6#8899DD
7#A5B2E6
8#C3CCEE
9#E1E5F7
Tones
Muted variations
1#202C60
2#232F5C
3#273159
4#2A3355
5#2E3552
6#31374E
7#35394A
8#393B47
9#3C3E43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E7 #E3E7F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD3 #CBD3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B1 #A4B1E5 | BordersInactive statesPlaceholder text |
| 400 | 7488 #7488D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C66 #4C66CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314B #314BAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273B #273B8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2A #1C2A63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121B #121B40 | Primary textHigh emphasis contentDark headings |
| 950 | 0B11 #0B1128 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E3E7F7;
--charcoal-200: #CBD3F0;
--charcoal-300: #A4B1E5;
--charcoal-400: #7488D8;
--charcoal-500: #4C66CD;
--charcoal-600: #314BAF;
--charcoal-700: #273B8B;
--charcoal-800: #1C2A63;
--charcoal-900: #121B40;
--charcoal-950: #0B1128;
}