Charcoal
#436670
CyanColor Codes
All color formats for development
HEX
#436670RGB
rgb(67, 102, 112)HSL
hsl(193, 25%, 35%)OKLCH
oklch(0.488 0.043 217.6)CMYK
cmyk(40%, 9%, 0%, 56%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3C5C64
2#365259
3#2F474E
4#283D43
5#213338
6#1B292D
7#141F21
8#0D1416
9#070A0B
Tints
Lighter variations
1#4F7984
2#5C8C99
3#6E9BA8
4#83AAB4
5#97B8C1
6#ACC6CD
7#C1D4DA
8#D6E3E6
9#EAF1F3
Tones
Muted variations
1#45656D
2#47636B
3#4A6269
4#4C6167
5#4E6064
6#505E62
7#535D60
8#555C5E
9#575B5B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD3 | BordersInactive statesPlaceholder text |
| 400 | 8FB2 #8FB2BC | Disabled statesSecondary iconsMuted text |
| 500 | 709D #709DA9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5480 #54808C | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4366 #436670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #304950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E9F0F2;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CDD3;
--charcoal-400: #8FB2BC;
--charcoal-500: #709DA9;
--charcoal-600: #54808C;
--charcoal-700: #436670;
--charcoal-800: #304950;
--charcoal-900: #1F2F33;
--charcoal-950: #131D20;
}