Charcoal
#3F6273
BlueColor Codes
All color formats for development
HEX
#3F6273RGB
rgb(63, 98, 115)HSL
hsl(200, 29%, 35%)OKLCH
oklch(0.476 0.049 230.1)CMYK
cmyk(45%, 15%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395868
2#334E5C
3#2C4551
4#263B45
5#20313A
6#19272E
7#131D23
8#0D1417
9#060A0C
Tints
Lighter variations
1#4B7489
2#57869E
3#6996AD
4#7FA5B8
5#94B4C4
6#A9C3D0
7#BFD2DC
8#D4E1E7
9#EAF0F3
Tones
Muted variations
1#426171
2#45606E
3#475F6B
4#4A5E69
5#4C5E66
6#4F5D64
7#515C61
8#545B5E
9#575A5C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E1 #D4E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CA #B3CAD5 | BordersInactive statesPlaceholder text |
| 400 | 8CAE #8CAEC0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B97 #6B97AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507B #507B91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F62 #3F6273 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D46 #2D4652 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2D #1D2D35 | Primary textHigh emphasis contentDark headings |
| 950 | 121C #121C21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EFF2;
--charcoal-200: #D4E1E7;
--charcoal-300: #B3CAD5;
--charcoal-400: #8CAEC0;
--charcoal-500: #6B97AE;
--charcoal-600: #507B91;
--charcoal-700: #3F6273;
--charcoal-800: #2D4652;
--charcoal-900: #1D2D35;
--charcoal-950: #121C21;
}