Charcoal
#1F2033
BlueColor Codes
All color formats for development
HEX
#1F2033RGB
rgb(31, 32, 51)HSL
hsl(237, 24%, 16%)OKLCH
oklch(0.252 0.036 281.2)CMYK
cmyk(39%, 37%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1D2E
2#191A28
3#161623
4#13131E
5#101019
6#0C0D14
7#090A0F
8#06060A
9#030305
Tints
Lighter variations
1#2F314D
2#404268
3#505282
4#60639D
5#7A7DAE
6#9597BE
7#AFB1CE
8#CACBDE
9#E4E5EF
Tones
Muted variations
1#202132
2#212231
3#222330
4#23242F
5#24242E
6#25252D
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 | E9E9 #E9E9F1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6D7 #D6D7E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6B8 #B6B8D2 | BordersInactive statesPlaceholder text |
| 400 | 9092 #9092BB | Disabled statesSecondary iconsMuted text |
| 500 | 7173 #7173A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 5558 #55588B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4446 #44466F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 3032 #30324F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F20 #1F2033 | Primary textHigh emphasis contentDark headings |
| 950 | 1314 #131420 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F6F9;
--charcoal-100: #E9E9F1;
--charcoal-200: #D6D7E6;
--charcoal-300: #B6B8D2;
--charcoal-400: #9092BB;
--charcoal-500: #7173A8;
--charcoal-600: #55588B;
--charcoal-700: #44466F;
--charcoal-800: #30324F;
--charcoal-900: #1F2033;
--charcoal-950: #131420;
}