Charcoal
#1C2663
BlueColor Codes
All color formats for development
HEX
#1C2663RGB
rgb(28, 38, 99)HSL
hsl(232, 56%, 25%)OKLCH
oklch(0.301 0.108 271.3)CMYK
cmyk(72%, 62%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#19225A
2#161E50
3#141A46
4#11173C
5#0E1332
6#0B0F28
7#080B1E
8#060814
9#03040A
Tints
Lighter variations
1#243181
2#2D3C9F
3#3547BD
4#4C5DCD
5#6A78D5
6#8893DD
7#A5AEE6
8#C3C9EE
9#E1E4F7
Tones
Muted variations
1#202860
2#232B5C
3#272D59
4#2A3055
5#2E3352
6#31354E
7#35384A
8#393B47
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7481 #7481D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5D #4C5DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3142 #3142AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2735 #27358B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C26 #1C2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | 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: #E3E6F7;
--charcoal-200: #CBD0F0;
--charcoal-300: #A4ACE5;
--charcoal-400: #7481D8;
--charcoal-500: #4C5DCD;
--charcoal-600: #3142AF;
--charcoal-700: #27358B;
--charcoal-800: #1C2663;
--charcoal-900: #121840;
--charcoal-950: #0B0F28;
}