Charcoal
#1E5662
CyanColor Codes
All color formats for development
HEX
#1E5662RGB
rgb(30, 86, 98)HSL
hsl(191, 53%, 25%)OKLCH
oklch(0.422 0.061 214.5)CMYK
cmyk(69%, 12%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4D58
2#18444E
3#153C44
4#12333B
5#0F2B31
6#0C2227
7#091A1D
8#061114
9#03090A
Tints
Lighter variations
1#276F7F
2#30889C
3#39A2B9
4#4FB3C9
5#6DBFD2
6#8ACCDB
7#A7D9E4
8#C4E6ED
9#E2F2F6
Tones
Muted variations
1#21535E
2#25515B
3#284F57
4#2B4D54
5#2F4A51
6#32484D
7#36464A
8#394447
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F3 #E4F3F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCE9 #CCE9EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D8 #A5D8E3 | BordersInactive statesPlaceholder text |
| 400 | 76C4 #76C4D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB3 #4FB3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3596 #3596AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A77 #2A7789 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E55 #1E5562 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1336 #13363E | Primary textHigh emphasis contentDark headings |
| 950 | 0C22 #0C2227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F7;
--charcoal-200: #CCE9EF;
--charcoal-300: #A5D8E3;
--charcoal-400: #76C4D5;
--charcoal-500: #4FB3C9;
--charcoal-600: #3596AC;
--charcoal-700: #2A7789;
--charcoal-800: #1E5562;
--charcoal-900: #13363E;
--charcoal-950: #0C2227;
}