Charcoal
#1D4462
BlueColor Codes
All color formats for development
HEX
#1D4462RGB
rgb(29, 68, 98)HSL
hsl(206, 54%, 25%)OKLCH
oklch(0.373 0.068 244.4)CMYK
cmyk(70%, 31%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A3E58
2#17374F
3#153045
4#12293B
5#0F2231
6#0C1B27
7#09151D
8#060E14
9#03070A
Tints
Lighter variations
1#265980
2#2F6D9D
3#3882BB
4#4E95CA
5#6CA6D3
6#89B8DC
7#A7CAE5
8#C4DCED
9#E2EDF6
Tones
Muted variations
1#21445F
2#24435B
3#284358
4#2B4354
5#2F4251
6#32424E
7#35414A
8#394147
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EE #E4EEF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE0 #CCE0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C9 #A5C9E4 | BordersInactive statesPlaceholder text |
| 400 | 76AC #76ACD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E95 #4E95CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3478 #3478AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2960 #296089 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D44 #1D4462 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132C #132C3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1B #0C1B27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4EEF7;
--charcoal-200: #CCE0F0;
--charcoal-300: #A5C9E4;
--charcoal-400: #76ACD6;
--charcoal-500: #4E95CA;
--charcoal-600: #3478AD;
--charcoal-700: #296089;
--charcoal-800: #1D4462;
--charcoal-900: #132C3F;
--charcoal-950: #0C1B27;
}