Charcoal
#1F3233
CyanColor Codes
All color formats for development
HEX
#1F3233RGB
rgb(31, 50, 51)HSL
hsl(183, 24%, 16%)OKLCH
oklch(0.301 0.025 200.1)CMYK
cmyk(39%, 2%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C2D2E
2#192828
3#162323
4#131E1E
5#101919
6#0C1414
7#090F0F
8#060A0A
9#030505
Tints
Lighter variations
1#2F4C4D
2#406668
3#508082
4#609A9D
5#7AABAE
6#95BCBE
7#AFCDCE
8#CADDDE
9#E4EEEF
Tones
Muted variations
1#203132
2#213031
3#222F30
4#232E2F
5#242D2E
6#252C2D
7#262B2C
8#272B2B
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 | D6E5 #D6E5E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6D1 #B6D1D2 | BordersInactive statesPlaceholder text |
| 400 | 90B9 #90B9BB | Disabled statesSecondary iconsMuted text |
| 500 | 71A5 #71A5A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5588 #55888B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 446D #446D6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 304E #304E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F32 #1F3233 | Primary textHigh emphasis contentDark headings |
| 950 | 131F #131F20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F9F9;
--charcoal-100: #E9F1F1;
--charcoal-200: #D6E5E6;
--charcoal-300: #B6D1D2;
--charcoal-400: #90B9BB;
--charcoal-500: #71A5A8;
--charcoal-600: #55888B;
--charcoal-700: #446D6F;
--charcoal-800: #304E4F;
--charcoal-900: #1F3233;
--charcoal-950: #131F20;
}