Charcoal
#1D4962
BlueColor Codes
All color formats for development
HEX
#1D4962RGB
rgb(29, 73, 98)HSL
hsl(202, 54%, 25%)OKLCH
oklch(0.387 0.064 236.7)CMYK
cmyk(70%, 26%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4258
2#173A4F
3#153345
4#122C3B
5#0F2431
6#0C1D27
7#09161D
8#060F14
9#03070A
Tints
Lighter variations
1#265F80
2#2F759D
3#388BBB
4#4E9DCA
5#6CADD3
6#89BEDC
7#A7CEE5
8#C4DEED
9#E2EFF6
Tones
Muted variations
1#21485F
2#24475B
3#284658
4#2B4554
5#2F4451
6#32434E
7#35434A
8#394247
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F8 #F3F8FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F0 #E4F0F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE3 #CCE3F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5CD #A5CDE4 | BordersInactive statesPlaceholder text |
| 400 | 76B3 #76B3D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E9D #4E9DCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3480 #3480AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2966 #296689 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D49 #1D4962 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132F #132F3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1D #0C1D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F8FB;
--charcoal-100: #E4F0F7;
--charcoal-200: #CCE3F0;
--charcoal-300: #A5CDE4;
--charcoal-400: #76B3D6;
--charcoal-500: #4E9DCA;
--charcoal-600: #3480AD;
--charcoal-700: #296689;
--charcoal-800: #1D4962;
--charcoal-900: #132F3F;
--charcoal-950: #0C1D27;
}