Charcoal
#1D5362
CyanColor Codes
All color formats for development
HEX
#1D5362RGB
rgb(29, 83, 98)HSL
hsl(193, 54%, 25%)OKLCH
oklch(0.414 0.061 219.5)CMYK
cmyk(70%, 15%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4B58
2#17434F
3#153A45
4#12323B
5#0F2A31
6#0C2127
7#09191D
8#061114
9#03080A
Tints
Lighter variations
1#266C80
2#2F859D
3#389EBB
4#4EAFCA
5#6CBDD3
6#89CADC
7#A7D7E5
8#C4E4ED
9#E2F2F6
Tones
Muted variations
1#21515F
2#244F5B
3#284D58
4#2B4B54
5#2F4A51
6#32484E
7#35464A
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 | CCE8 #CCE8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D6 #A5D6E4 | BordersInactive statesPlaceholder text |
| 400 | 76C1 #76C1D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EAF #4EAFCA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3493 #3493AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2975 #297589 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D53 #1D5362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1335 #13353F | Primary textHigh emphasis contentDark headings |
| 950 | 0C21 #0C2127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FAFB;
--charcoal-100: #E4F3F7;
--charcoal-200: #CCE8F0;
--charcoal-300: #A5D6E4;
--charcoal-400: #76C1D6;
--charcoal-500: #4EAFCA;
--charcoal-600: #3493AD;
--charcoal-700: #297589;
--charcoal-800: #1D5362;
--charcoal-900: #13353F;
--charcoal-950: #0C2127;
}