Charcoal
#3F6473
BlueColor Codes
All color formats for development
HEX
#3F6473RGB
rgb(63, 100, 115)HSL
hsl(197, 29%, 35%)OKLCH
oklch(0.481 0.049 225.6)CMYK
cmyk(45%, 13%, 0%, 55%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#395A68
2#33505C
3#2C4651
4#263C45
5#20323A
6#19282E
7#131E23
8#0D1417
9#060A0C
Tints
Lighter variations
1#4B7789
2#578A9E
3#699AAD
4#7FA8B8
5#94B7C4
6#A9C5D0
7#BFD4DC
8#D4E2E7
9#EAF1F3
Tones
Muted variations
1#426371
2#45626E
3#47616B
4#4A6069
5#4C5F66
6#4F5E64
7#515D61
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 | D4E2 #D4E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3CC #B3CCD5 | BordersInactive statesPlaceholder text |
| 400 | 8CB1 #8CB1C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6B9B #6B9BAE | Primary brand colorCTAsActive elementsLinks |
| 600 | 507E #507E91 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F64 #3F6473 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D48 #2D4852 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D2E #1D2E35 | Primary textHigh emphasis contentDark headings |
| 950 | 121D #121D21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E8EFF2;
--charcoal-200: #D4E2E7;
--charcoal-300: #B3CCD5;
--charcoal-400: #8CB1C0;
--charcoal-500: #6B9BAE;
--charcoal-600: #507E91;
--charcoal-700: #3F6473;
--charcoal-800: #2D4852;
--charcoal-900: #1D2E35;
--charcoal-950: #121D21;
}