Charcoal
#1A2765
BlueColor Codes
All color formats for development
HEX
#1A2765RGB
rgb(26, 39, 101)HSL
hsl(230, 59%, 25%)OKLCH
oklch(0.304 0.11 269.6)CMYK
cmyk(74%, 61%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18235B
2#151F51
3#121B47
4#10173D
5#0D1333
6#0A0F29
7#080C1E
8#050814
9#03040A
Tints
Lighter variations
1#223284
2#2A3EA2
3#3249C1
4#495FD0
5#677AD8
6#8594E0
7#A4AFE7
8#C2CAEF
9#E1E4F7
Tones
Muted variations
1#1E2962
2#222C5E
3#252E5A
4#293156
5#2D3353
6#31364F
7#34384B
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 | A2AD #A2ADE7 | BordersInactive statesPlaceholder text |
| 400 | 7183 #7183DA | Disabled statesSecondary iconsMuted text |
| 500 | 495F #495FD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E44 #2E44B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2536 #25368E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A27 #1A2765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1119 #111941 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | 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: #A2ADE7;
--charcoal-400: #7183DA;
--charcoal-500: #495FD0;
--charcoal-600: #2E44B2;
--charcoal-700: #25368E;
--charcoal-800: #1A2765;
--charcoal-900: #111941;
--charcoal-950: #0A0F29;
}