Charcoal
#1A2865
BlueColor Codes
All color formats for development
HEX
#1A2865RGB
rgb(26, 40, 101)HSL
hsl(229, 59%, 25%)OKLCH
oklch(0.306 0.109 269.2)CMYK
cmyk(74%, 60%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18245B
2#152051
3#121C47
4#10183D
5#0D1433
6#0A1029
7#080C1E
8#050814
9#03040A
Tints
Lighter variations
1#223484
2#2A40A2
3#324CC1
4#4961D0
5#677CD8
6#8596E0
7#A4B0E7
8#C2CAEF
9#E1E5F7
Tones
Muted variations
1#1E2A62
2#222D5E
3#252F5A
4#293156
5#2D3453
6#31364F
7#34394B
8#383B47
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD1 #CAD1F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2AE #A2AEE7 | BordersInactive statesPlaceholder text |
| 400 | 7184 #7184DA | Disabled statesSecondary iconsMuted text |
| 500 | 4961 #4961D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E46 #2E46B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2538 #25388E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A28 #1A2865 | Text on light backgroundsHeadingsStrong borders |
| 900 | 111A #111A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F8;
--charcoal-200: #CAD1F1;
--charcoal-300: #A2AEE7;
--charcoal-400: #7184DA;
--charcoal-500: #4961D0;
--charcoal-600: #2E46B2;
--charcoal-700: #25388E;
--charcoal-800: #1A2865;
--charcoal-900: #111A41;
--charcoal-950: #0A1029;
}