Charcoal
#1C2D63
BlueColor Codes
All color formats for development
HEX
#1C2D63RGB
rgb(28, 45, 99)HSL
hsl(226, 56%, 25%)OKLCH
oklch(0.316 0.098 267.4)CMYK
cmyk(72%, 55%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19285A
2#162450
3#141F46
4#111B3C
5#0E1632
6#0B1228
7#080D1E
8#060914
9#03040A
Tints
Lighter variations
1#243A81
2#2D489F
3#3555BD
4#4C6ACD
5#6A83D5
6#889CDD
7#A5B4E6
8#C3CDEE
9#E1E6F7
Tones
Muted variations
1#202F60
2#23315C
3#273259
4#2A3455
5#2E3652
6#31384E
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 | CBD4 #CBD4F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4B3 #A4B3E5 | BordersInactive statesPlaceholder text |
| 400 | 748B #748BD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C6A #4C6ACD | Primary brand colorCTAsActive elementsLinks |
| 600 | 314F #314FAF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 273F #273F8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C2D #1C2D63 | Text on light backgroundsHeadingsStrong borders |
| 900 | 121D #121D40 | 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: #CBD4F0;
--charcoal-300: #A4B3E5;
--charcoal-400: #748BD8;
--charcoal-500: #4C6ACD;
--charcoal-600: #314FAF;
--charcoal-700: #273F8B;
--charcoal-800: #1C2D63;
--charcoal-900: #121D40;
--charcoal-950: #0B1228;
}