Charcoal
#1F2B33
BlueColor Codes
All color formats for development
HEX
#1F2B33RGB
rgb(31, 43, 51)HSL
hsl(204, 24%, 16%)OKLCH
oklch(0.282 0.022 237.8)CMYK
cmyk(39%, 16%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C262E
2#192228
3#161E23
4#131A1E
5#101519
6#0C1114
7#090D0F
8#06090A
9#030405
Tints
Lighter variations
1#2F414D
2#405868
3#506E82
4#60859D
5#7A99AE
6#95ADBE
7#AFC2CE
8#CAD6DE
9#E4EBEF
Tones
Muted variations
1#202B32
2#212A31
3#222A30
4#232A2F
5#242A2E
6#252A2D
7#26292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F8 #F6F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EE #E9EEF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DF #D6DFE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C7 #B6C7D2 | BordersInactive statesPlaceholder text |
| 400 | 90AA #90AABB | Disabled statesSecondary iconsMuted text |
| 500 | 7192 #7192A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5576 #55768B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 445E #445E6F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3043 #30434F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2B #1F2B33 | Primary textHigh emphasis contentDark headings |
| 950 | 131B #131B20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F8F9;
--charcoal-100: #E9EEF1;
--charcoal-200: #D6DFE6;
--charcoal-300: #B6C7D2;
--charcoal-400: #90AABB;
--charcoal-500: #7192A8;
--charcoal-600: #55768B;
--charcoal-700: #445E6F;
--charcoal-800: #30434F;
--charcoal-900: #1F2B33;
--charcoal-950: #131B20;
}