Charcoal
#1D3762
BlueColor Codes
All color formats for development
HEX
#1D3762RGB
rgb(29, 55, 98)HSL
hsl(217, 54%, 25%)OKLCH
oklch(0.34 0.082 259.9)CMYK
cmyk(70%, 44%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A3258
2#172D4F
3#152745
4#12213B
5#0F1C31
6#0C1627
7#09111D
8#060B14
9#03060A
Tints
Lighter variations
1#264880
2#2F599D
3#386ABB
4#4E7ECA
5#6C93D3
6#89A9DC
7#A7BEE5
8#C4D4ED
9#E2E9F6
Tones
Muted variations
1#21395F
2#24395B
3#283A58
4#2B3B54
5#2F3C51
6#323D4E
7#353D4A
8#393E47
9#3C3F43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EB #E4EBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCDA #CCDAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5BD #A5BDE4 | BordersInactive statesPlaceholder text |
| 400 | 769B #769BD6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E7E #4E7ECA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3462 #3462AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 294E #294E89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D38 #1D3862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1324 #13243F | Primary textHigh emphasis contentDark headings |
| 950 | 0C16 #0C1627 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F6FB;
--charcoal-100: #E4EBF7;
--charcoal-200: #CCDAF0;
--charcoal-300: #A5BDE4;
--charcoal-400: #769BD6;
--charcoal-500: #4E7ECA;
--charcoal-600: #3462AD;
--charcoal-700: #294E89;
--charcoal-800: #1D3862;
--charcoal-900: #13243F;
--charcoal-950: #0C1627;
}