Charcoal
#1D5662
CyanColor Codes
All color formats for development
HEX
#1D5662RGB
rgb(29, 86, 98)HSL
hsl(190, 54%, 25%)OKLCH
oklch(0.422 0.061 214.2)CMYK
cmyk(70%, 12%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1A4E58
2#17454F
3#153D45
4#12343B
5#0F2B31
6#0C2327
7#091A1D
8#061114
9#03090A
Tints
Lighter variations
1#267180
2#2F8B9D
3#38A5BB
4#4EB6CA
5#6CC2D3
6#89CEDC
7#A7DAE5
8#C4E7ED
9#E2F3F6
Tones
Muted variations
1#21545F
2#24525B
3#285058
4#2B4E54
5#2F4B51
6#32494E
7#35474A
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 | E4F4 #E4F4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CCEA #CCEAF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A5D9 #A5D9E4 | BordersInactive statesPlaceholder text |
| 400 | 76C6 #76C6D6 | Disabled statesSecondary iconsMuted text |
| 500 | 4EB6 #4EB6CA | Primary brand colorCTAsActive elementsLinks |
| 600 | 3499 #3499AD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2979 #297989 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1D57 #1D5762 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1337 #13373F | 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: #A5D9E4;
--charcoal-400: #76C6D6;
--charcoal-500: #4EB6CA;
--charcoal-600: #3499AD;
--charcoal-700: #297989;
--charcoal-800: #1D5762;
--charcoal-900: #13373F;
--charcoal-950: #0C2327;
}