Charcoal
#1F2C33
BlueColor Codes
All color formats for development
HEX
#1F2C33RGB
rgb(31, 44, 51)HSL
hsl(201, 24%, 16%)OKLCH
oklch(0.284 0.022 232)CMYK
cmyk(39%, 14%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C272E
2#192328
3#161F23
4#131A1E
5#101619
6#0C1114
7#090D0F
8#06090A
9#030405
Tints
Lighter variations
1#2F434D
2#405A68
3#507182
4#60889D
5#7A9CAE
6#95AFBE
7#AFC3CE
8#CAD7DE
9#E4EBEF
Tones
Muted variations
1#202B32
2#212B31
3#222B30
4#232B2F
5#242A2E
6#252A2D
7#262A2C
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 | D6E0 #D6E0E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C9 #B6C9D2 | BordersInactive statesPlaceholder text |
| 400 | 90AC #90ACBB | Disabled statesSecondary iconsMuted text |
| 500 | 7195 #7195A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5578 #55788B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4460 #44606F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3044 #30444F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F2C #1F2C33 | 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: #D6E0E6;
--charcoal-300: #B6C9D2;
--charcoal-400: #90ACBB;
--charcoal-500: #7195A8;
--charcoal-600: #55788B;
--charcoal-700: #44606F;
--charcoal-800: #30444F;
--charcoal-900: #1F2C33;
--charcoal-950: #131B20;
}