Charcoal
#212F30
CyanColor Codes
All color formats for development
HEX
#212F30RGB
rgb(33, 47, 48)HSL
hsl(184, 19%, 16%)OKLCH
oklch(0.293 0.019 201.7)CMYK
cmyk(31%, 2%, 0%, 81%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1E2B2C
2#1A2627
3#172122
4#141D1D
5#111818
6#0D1313
7#0A0E0F
8#070A0A
9#030505
Tints
Lighter variations
1#32484A
2#446164
3#557A7D
4#669397
5#80A6A8
6#99B7BA
7#B3C9CB
8#CCDBDC
9#E6EDEE
Tones
Muted variations
1#222F30
2#232E2F
3#232E2E
4#242D2D
5#252C2D
6#262B2C
7#262B2B
8#272A2A
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F9 #F6F9F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | EAF0 #EAF0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D8E3 #D8E3E4 | Secondary backgroundsInput backgroundsDividers |
| 300 | B9CE #B9CECF | BordersInactive statesPlaceholder text |
| 400 | 95B4 #95B4B7 | Disabled statesSecondary iconsMuted text |
| 500 | 769F #769FA2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5B83 #5B8386 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4868 #48686A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 344A #344A4C | Text on light backgroundsHeadingsStrong borders |
| 900 | 2130 #213031 | Primary textHigh emphasis contentDark headings |
| 950 | 151E #151E1E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #EAF0F1;
--charcoal-200: #D8E3E4;
--charcoal-300: #B9CECF;
--charcoal-400: #95B4B7;
--charcoal-500: #769FA2;
--charcoal-600: #5B8386;
--charcoal-700: #48686A;
--charcoal-800: #344A4C;
--charcoal-900: #213031;
--charcoal-950: #151E1E;
}