Charcoal
#1E5062
BlueColor Codes
All color formats for development
HEX
#1E5062RGB
rgb(30, 80, 98)HSL
hsl(196, 53%, 25%)OKLCH
oklch(0.406 0.061 225.1)CMYK
cmyk(69%, 18%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4858
2#18404E
3#153844
4#12303B
5#0F2831
6#0C2027
7#09181D
8#061014
9#03080A
Tints
Lighter variations
1#27677F
2#307F9C
3#3997B9
4#4FA9C9
5#6DB7D2
6#8AC5DB
7#A7D4E4
8#C4E2ED
9#E2F1F6
Tones
Muted variations
1#214E5E
2#254C5B
3#284B57
4#2B4954
5#2F4851
6#32464D
7#36444A
8#394347
9#3C4143
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F2 #E4F2F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE6 #CCE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D3 #A5D3E3 | BordersInactive statesPlaceholder text |
| 400 | 76BC #76BCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FA9 #4FA9C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 358C #358CAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A6F #2A6F89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E50 #1E5062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1333 #13333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F2F7;
--charcoal-200: #CCE6EF;
--charcoal-300: #A5D3E3;
--charcoal-400: #76BCD5;
--charcoal-500: #4FA9C9;
--charcoal-600: #358CAC;
--charcoal-700: #2A6F89;
--charcoal-800: #1E5062;
--charcoal-900: #13333E;
--charcoal-950: #0C2027;
}