Charcoal
#1A4265
BlueColor Codes
All color formats for development
HEX
#1A4265RGB
rgb(26, 66, 101)HSL
hsl(208, 59%, 25%)OKLCH
oklch(0.369 0.075 247.9)CMYK
cmyk(74%, 35%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183C5B
2#153551
3#122E47
4#10283D
5#0D2133
6#0A1B29
7#08141E
8#050D14
9#03070A
Tints
Lighter variations
1#225684
2#2A6AA2
3#327EC1
4#4991D0
5#67A3D8
6#85B6E0
7#A4C8E7
8#C2DAEF
9#E1EDF7
Tones
Muted variations
1#1E4262
2#22425E
3#25425A
4#294156
5#2D4153
6#31414F
7#34414B
8#384047
9#3C4044
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3EE #E3EEF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CADF #CADFF1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C7 #A2C7E7 | BordersInactive statesPlaceholder text |
| 400 | 71A9 #71A9DA | Disabled statesSecondary iconsMuted text |
| 500 | 4991 #4991D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E75 #2E75B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 255D #255D8E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A42 #1A4265 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112A #112A41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1B #0A1B29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EEF8;
--charcoal-200: #CADFF1;
--charcoal-300: #A2C7E7;
--charcoal-400: #71A9DA;
--charcoal-500: #4991D0;
--charcoal-600: #2E75B2;
--charcoal-700: #255D8E;
--charcoal-800: #1A4265;
--charcoal-900: #112A41;
--charcoal-950: #0A1B29;
}