Charcoal
#1F2F33
CyanColor Codes
All color formats for development
HEX
#1F2F33RGB
rgb(31, 47, 51)HSL
hsl(192, 24%, 16%)OKLCH
oklch(0.293 0.022 214.9)CMYK
cmyk(39%, 8%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2A2E
2#192528
3#162123
4#131C1E
5#101719
6#0C1314
7#090E0F
8#06090A
9#030505
Tints
Lighter variations
1#2F474D
2#406068
3#507882
4#60919D
5#7AA3AE
6#95B6BE
7#AFC8CE
8#CADADE
9#E4EDEF
Tones
Muted variations
1#202E32
2#212E31
3#222D30
4#232C2F
5#242C2E
6#252B2D
7#262B2C
8#272A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9F0 #E9F0F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E3 #D6E3E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CD #B6CDD2 | BordersInactive statesPlaceholder text |
| 400 | 90B3 #90B3BB | Disabled statesSecondary iconsMuted text |
| 500 | 719D #719DA8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5580 #55808B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4466 #44666F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3049 #30494F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2F #1F2F33 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9F0F1;
--charcoal-200: #D6E3E6;
--charcoal-300: #B6CDD2;
--charcoal-400: #90B3BB;
--charcoal-500: #719DA8;
--charcoal-600: #55808B;
--charcoal-700: #44666F;
--charcoal-800: #30494F;
--charcoal-900: #1F2F33;
--charcoal-950: #131D20;
}