Charcoal
#1F2D33
BlueColor Codes
All color formats for development
HEX
#1F2D33RGB
rgb(31, 45, 51)HSL
hsl(198, 24%, 16%)OKLCH
oklch(0.287 0.022 226.2)CMYK
cmyk(39%, 12%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C282E
2#192428
3#161F23
4#131B1E
5#101619
6#0C1214
7#090D0F
8#06090A
9#030405
Tints
Lighter variations
1#2F444D
2#405C68
3#507382
4#608B9D
5#7A9EAE
6#95B2BE
7#AFC5CE
8#CAD8DE
9#E4ECEF
Tones
Muted variations
1#202C32
2#212C31
3#222C30
4#232B2F
5#242B2E
6#252A2D
7#262A2C
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 | E9EF #E9EFF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6E1 #D6E1E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6CA #B6CAD2 | BordersInactive statesPlaceholder text |
| 400 | 90AE #90AEBB | Disabled statesSecondary iconsMuted text |
| 500 | 7197 #7197A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 557B #557B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4462 #44626F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3046 #30464F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2D #1F2D33 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EFF1;
--charcoal-200: #D6E1E6;
--charcoal-300: #B6CAD2;
--charcoal-400: #90AEBB;
--charcoal-500: #7197A8;
--charcoal-600: #557B8B;
--charcoal-700: #44626F;
--charcoal-800: #30464F;
--charcoal-900: #1F2D33;
--charcoal-950: #131C20;
}