Charcoal
#1D4062
BlueColor Codes
All color formats for development
HEX
#1D4062RGB
rgb(29, 64, 98)HSL
hsl(210, 54%, 25%)OKLCH
oklch(0.363 0.072 249.8)CMYK
cmyk(70%, 35%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A3958
2#17334F
3#152D45
4#12263B
5#0F2031
6#0C1927
7#09131D
8#060D14
9#03060A
Tints
Lighter variations
1#265380
2#2F669D
3#3879BB
4#4E8CCA
5#6C9FD3
6#89B2DC
7#A7C6E5
8#C4D9ED
9#E2ECF6
Tones
Muted variations
1#21405F
2#24405B
3#284058
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 | A5C4 #A5C4E4 | BordersInactive statesPlaceholder text |
| 400 | 76A6 #76A6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4E8C #4E8CCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3470 #3470AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2959 #295989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D40 #1D4062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1329 #13293F | 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: #A5C4E4;
--charcoal-400: #76A6D6;
--charcoal-500: #4E8CCA;
--charcoal-600: #3470AD;
--charcoal-700: #295989;
--charcoal-800: #1D4062;
--charcoal-900: #13293F;
--charcoal-950: #0C1A27;
}