Charcoal
#2D4C52
CyanColor Codes
All color formats for development
HEX
#2D4C52RGB
rgb(45, 76, 82)HSL
hsl(190, 29%, 25%)OKLCH
oklch(0.395 0.038 211.2)CMYK
cmyk(45%, 7%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#29444A
2#243D42
3#20353A
4#1B2E31
5#172629
6#121E21
7#0E1719
8#090F10
9#050808
Tints
Lighter variations
1#3B636B
2#487A84
3#56919C
4#6BA2AE
5#84B2BB
6#9CC1C9
7#B5D1D6
8#CEE0E4
9#E6F0F1
Tones
Muted variations
1#2F4B50
2#314A4F
3#33484D
4#35474B
5#374649
6#384547
7#3A4345
8#3C4243
9#3E4142
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8F1 #E8F1F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D4E4 #D4E4E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B3D0 #B3D0D5 | BordersInactive statesPlaceholder text |
| 400 | 8CB7 #8CB7C0 | Disabled statesSecondary iconsMuted text |
| 500 | 6BA2 #6BA2AE | Primary brand colorCTAsActive elementsLinks |
| 600 | 5086 #508691 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3F6B #3F6B73 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2D4C #2D4C52 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1D31 #1D3135 | Primary textHigh emphasis contentDark headings |
| 950 | 121E #121E21 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E8F1F2;
--charcoal-200: #D4E4E7;
--charcoal-300: #B3D0D5;
--charcoal-400: #8CB7C0;
--charcoal-500: #6BA2AE;
--charcoal-600: #508691;
--charcoal-700: #3F6B73;
--charcoal-800: #2D4C52;
--charcoal-900: #1D3135;
--charcoal-950: #121E21;
}