Charcoal
#3F5E73
BlueColor Codes
All color formats for development
HEX
#3F5E73RGB
rgb(63, 94, 115)HSL
hsl(204, 29%, 35%)OKLCH
oklch(0.467 0.05 238.9)CMYK
cmyk(45%, 18%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395568
2#334C5C
3#2C4251
4#263945
5#202F3A
6#19262E
7#131C23
8#0D1317
9#06090C
Tints
Lighter variations
1#4B7089
2#57819E
3#6992AD
4#7FA1B8
5#94B1C4
6#A9C1D0
7#BFD0DC
8#D4E0E7
9#EAEFF3
Tones
Muted variations
1#425E71
2#455D6E
3#475D6B
4#4A5C69
5#4C5C66
6#4F5B64
7#515B61
8#545A5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EE #E8EEF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E0 #D4E0E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3C8 #B3C8D5 | BordersInactive statesPlaceholder text |
| 400 | 8CAB #8CABC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B93 #6B93AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5077 #507791 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F5E #3F5E73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D43 #2D4352 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2B #1D2B35 | Primary textHigh emphasis contentDark headings |
| 950 | 121B #121B21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EEF2;
--charcoal-200: #D4E0E7;
--charcoal-300: #B3C8D5;
--charcoal-400: #8CABC0;
--charcoal-500: #6B93AE;
--charcoal-600: #507791;
--charcoal-700: #3F5E73;
--charcoal-800: #2D4352;
--charcoal-900: #1D2B35;
--charcoal-950: #121B21;
}