Charcoal
#1F3133
CyanColor Codes
All color formats for development
HEX
#1F3133RGB
rgb(31, 49, 51)HSL
hsl(186, 24%, 16%)OKLCH
oklch(0.298 0.024 204.7)CMYK
cmyk(39%, 4%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2C2E
2#192728
3#162223
4#131D1E
5#101819
6#0C1314
7#090F0F
8#060A0A
9#030505
Tints
Lighter variations
1#2F4A4D
2#406468
3#507D82
4#60979D
5#7AA8AE
6#95BABE
7#AFCBCE
8#CADCDE
9#E4EEEF
Tones
Muted variations
1#203032
2#212F31
3#222E30
4#232E2F
5#242D2E
6#252C2D
7#262B2C
8#272A2B
9#282A2A
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;
}