Charcoal
#1C2463
BlueColor Codes
All color formats for development
HEX
#1C2463RGB
rgb(28, 36, 99)HSL
hsl(233, 56%, 25%)OKLCH
oklch(0.297 0.111 272.2)CMYK
cmyk(72%, 64%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19215A
2#161D50
3#141946
4#11163C
5#0E1232
6#0B0F28
7#080B1E
8#060714
9#03040A
Tints
Lighter variations
1#242F81
2#2D3A9F
3#3545BD
4#4C5BCD
5#6A76D5
6#8892DD
7#A5ADE6
8#C3C8EE
9#E1E4F7
Tones
Muted variations
1#202760
2#232A5C
3#272D59
4#2A2F55
5#2E3252
6#31354E
7#35384A
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 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AB #A4ABE5 | BordersInactive statesPlaceholder text |
| 400 | 747F #747FD8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5B #4C5BCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3140 #3140AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2733 #27338B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C24 #1C2463 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1217 #121740 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E5F7;
--charcoal-200: #CBD0F0;
--charcoal-300: #A4ABE5;
--charcoal-400: #747FD8;
--charcoal-500: #4C5BCD;
--charcoal-600: #3140AF;
--charcoal-700: #27338B;
--charcoal-800: #1C2463;
--charcoal-900: #121740;
--charcoal-950: #0B0F28;
}