Charcoal
#1D4162
BlueColor Codes
All color formats for development
HEX
#1D4162RGB
rgb(29, 65, 98)HSL
hsl(209, 54%, 25%)OKLCH
oklch(0.366 0.071 248.5)CMYK
cmyk(70%, 34%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A3A58
2#17344F
3#152D45
4#12273B
5#0F2031
6#0C1A27
7#09131D
8#060D14
9#03060A
Tints
Lighter variations
1#265480
2#2F689D
3#387BBB
4#4E8ECA
5#6CA1D3
6#89B4DC
7#A7C7E5
8#C4D9ED
9#E2ECF6
Tones
Muted variations
1#21415F
2#24415B
3#284158
4#2B4054
5#2F4051
6#32404E
7#35404A
8#394047
9#3C4043
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4ED #E4EDF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDE #CCDEF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5C5 #A5C5E4 | BordersInactive statesPlaceholder text |
| 400 | 76A7 #76A7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8E #4E8ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3472 #3472AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 295B #295B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D41 #1D4162 | Text on light backgroundsHeadingsStrong borders |
| 900 | 132A #132A3F | Primary textHigh emphasis contentDark headings |
| 950 | 0C1A #0C1A27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4EDF7;
--charcoal-200: #CCDEF0;
--charcoal-300: #A5C5E4;
--charcoal-400: #76A7D6;
--charcoal-500: #4E8ECA;
--charcoal-600: #3472AD;
--charcoal-700: #295B89;
--charcoal-800: #1D4162;
--charcoal-900: #132A3F;
--charcoal-950: #0C1A27;
}