Charcoal
#1A4765
BlueColor Codes
All color formats for development
HEX
#1A4765RGB
rgb(26, 71, 101)HSL
hsl(204, 59%, 25%)OKLCH
oklch(0.382 0.071 241.4)CMYK
cmyk(74%, 30%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#18405B
2#153951
3#123247
4#102B3D
5#0D2433
6#0A1D29
7#08151E
8#050E14
9#03070A
Tints
Lighter variations
1#225D84
2#2A72A2
3#3287C1
4#499AD0
5#67ABD8
6#85BCE0
7#A4CCE7
8#C2DDEF
9#E1EEF7
Tones
Muted variations
1#1E4762
2#22465E
3#25455A
4#294456
5#2D4453
6#31434F
7#34424B
8#384147
9#3C4144
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EF #E3EFF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAE2 #CAE2F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2CB #A2CBE7 | BordersInactive statesPlaceholder text |
| 400 | 71B0 #71B0DA | Disabled statesSecondary iconsMuted text |
| 500 | 499A #499AD0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E7D #2E7DB2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2564 #25648E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A47 #1A4765 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112E #112E41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1D #0A1D29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF8;
--charcoal-200: #CAE2F1;
--charcoal-300: #A2CBE7;
--charcoal-400: #71B0DA;
--charcoal-500: #499AD0;
--charcoal-600: #2E7DB2;
--charcoal-700: #25648E;
--charcoal-800: #1A4765;
--charcoal-900: #112E41;
--charcoal-950: #0A1D29;
}