Charcoal
#1D5862
CyanColor Codes
All color formats for development
HEX
#1D5862RGB
rgb(29, 88, 98)HSL
hsl(189, 54%, 25%)OKLCH
oklch(0.427 0.062 210.8)CMYK
cmyk(70%, 10%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4F58
2#17464F
3#153D45
4#12353B
5#0F2C31
6#0C2327
7#091A1D
8#061214
9#03090A
Tints
Lighter variations
1#267280
2#2F8D9D
3#38A7BB
4#4EB8CA
5#6CC4D3
6#89CFDC
7#A7DBE5
8#C4E7ED
9#E2F3F6
Tones
Muted variations
1#21555F
2#24535B
3#285158
4#2B4E54
5#2F4C51
6#32494E
7#35474A
8#394547
9#3C4243
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FA #F3FAFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5DB #A5DBE4 | BordersInactive statesPlaceholder text |
| 400 | 76C7 #76C7D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB8 #4EB8CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 349B #349BAD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 297B #297B89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D58 #1D5862 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1338 #13383F | 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: #E4F4F7;
--charcoal-200: #CCEAF0;
--charcoal-300: #A5DBE4;
--charcoal-400: #76C7D6;
--charcoal-500: #4EB8CA;
--charcoal-600: #349BAD;
--charcoal-700: #297B89;
--charcoal-800: #1D5862;
--charcoal-900: #13383F;
--charcoal-950: #0C2327;
}