Charcoal
#1F2133
BlueColor Codes
All color formats for development
HEX
#1F2133RGB
rgb(31, 33, 51)HSL
hsl(234, 24%, 16%)OKLCH
oklch(0.255 0.034 278.8)CMYK
cmyk(39%, 35%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1E2E
2#191A28
3#161723
4#13141E
5#101019
6#0C0D14
7#090A0F
8#06070A
9#030305
Tints
Lighter variations
1#2F324D
2#404468
3#505582
4#60669D
5#7A7FAE
6#9599BE
7#AFB2CE
8#CACCDE
9#E4E5EF
Tones
Muted variations
1#202232
2#212331
3#222330
4#23242F
5#24252E
6#25262D
7#26262C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F6 #F6F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B9 #B6B9D2 | BordersInactive statesPlaceholder text |
| 400 | 9095 #9095BB | Disabled statesSecondary iconsMuted text |
| 500 | 7176 #7176A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 555B #555B8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4448 #44486F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3034 #30344F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F21 #1F2133 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9EAF1;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B9D2;
--charcoal-400: #9095BB;
--charcoal-500: #7176A8;
--charcoal-600: #555B8B;
--charcoal-700: #44486F;
--charcoal-800: #30344F;
--charcoal-900: #1F2133;
--charcoal-950: #131520;
}