Charcoal
#1A4465
BlueColor Codes
All color formats for development
HEX
#1A4465RGB
rgb(26, 68, 101)HSL
hsl(206, 59%, 25%)OKLCH
oklch(0.374 0.073 245.4)CMYK
cmyk(74%, 33%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#183E5B
2#153751
3#123047
4#10293D
5#0D2233
6#0A1C29
7#08151E
8#050E14
9#03070A
Tints
Lighter variations
1#225984
2#2A6EA2
3#3283C1
4#4995D0
5#67A7D8
6#85B9E0
7#A4CAE7
8#C2DCEF
9#E1EDF7
Tones
Muted variations
1#1E4462
2#22445E
3#25435A
4#294356
5#2D4253
6#31424F
7#34414B
8#384147
9#3C4044
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 | CAE0 #CAE0F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | A2C9 #A2C9E7 | BordersInactive statesPlaceholder text |
| 400 | 71AD #71ADDA | Disabled statesSecondary iconsMuted text |
| 500 | 4995 #4995D0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2E79 #2E79B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2560 #25608E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1A45 #1A4565 | Text on light backgroundsHeadingsStrong borders |
| 900 | 112C #112C41 | Primary textHigh emphasis contentDark headings |
| 950 | 0A1C #0A1C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FC;
--charcoal-100: #E3EFF8;
--charcoal-200: #CAE0F1;
--charcoal-300: #A2C9E7;
--charcoal-400: #71ADDA;
--charcoal-500: #4995D0;
--charcoal-600: #2E79B2;
--charcoal-700: #25608E;
--charcoal-800: #1A4565;
--charcoal-900: #112C41;
--charcoal-950: #0A1C29;
}