Charcoal
#1E5762
CyanColor Codes
All color formats for development
HEX
#1E5762RGB
rgb(30, 87, 98)HSL
hsl(190, 53%, 25%)OKLCH
oklch(0.425 0.061 212.7)CMYK
cmyk(69%, 11%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B4E58
2#18454E
3#153C44
4#12343B
5#0F2B31
6#0C2327
7#091A1D
8#061114
9#03090A
Tints
Lighter variations
1#27707F
2#308A9C
3#39A4B9
4#4FB5C9
5#6DC1D2
6#8ACEDB
7#A7DAE4
8#C4E6ED
9#E2F3F6
Tones
Muted variations
1#21545E
2#25525B
3#285057
4#2B4D54
5#2F4B51
6#32494D
7#36474A
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 | CCEA #CCEAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E3 | BordersInactive statesPlaceholder text |
| 400 | 76C5 #76C5D5 | Disabled statesSecondary iconsMuted text |
| 500 | 4FB5 #4FB5C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3598 #3598AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2A79 #2A7989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1E56 #1E5662 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373E | Primary textHigh emphasis contentDark headings |
| 950 | 0C23 #0C2327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F7;
--charcoal-200: #CCEAEF;
--charcoal-300: #A5D9E3;
--charcoal-400: #76C5D5;
--charcoal-500: #4FB5C9;
--charcoal-600: #3598AC;
--charcoal-700: #2A7989;
--charcoal-800: #1E5662;
--charcoal-900: #13373E;
--charcoal-950: #0C2327;
}