Charcoal
#304C4F
CyanColor Codes
All color formats for development
HEX
#304C4FRGB
rgb(48, 76, 79)HSL
hsl(186, 24%, 25%)OKLCH
oklch(0.396 0.034 204.4)CMYK
cmyk(39%, 4%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#2C4447
2#273D3F
3#223537
4#1D2E2F
5#182628
6#131E20
7#0F1718
8#0A0F10
9#050808
Tints
Lighter variations
1#3F6367
2#4E7A7E
3#5C9096
4#71A2A8
5#88B2B6
6#A0C1C5
7#B8D1D3
8#D0E0E2
9#E7F0F0
Tones
Muted variations
1#324B4E
2#344A4C
3#35484A
4#374749
5#384647
6#3A4546
7#3B4344
8#3D4243
9#3E4141
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F1 #E9F1F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E4 #D6E4E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D0 #B6D0D2 | BordersInactive statesPlaceholder text |
| 400 | 90B7 #90B7BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A2 #71A2A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5586 #55868B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446A #446A6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304C #304C4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F31 #1F3133 | Primary textHigh emphasis contentDark headings |
| 950 | 131E #131E20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D6E4E6;
--charcoal-300: #B6D0D2;
--charcoal-400: #90B7BB;
--charcoal-500: #71A2A8;
--charcoal-600: #55868B;
--charcoal-700: #446A6F;
--charcoal-800: #304C4F;
--charcoal-900: #1F3133;
--charcoal-950: #131E20;
}