Charcoal
#1F2833
BlueColor Codes
All color formats for development
HEX
#1F2833RGB
rgb(31, 40, 51)HSL
hsl(213, 24%, 16%)OKLCH
oklch(0.273 0.024 253.7)CMYK
cmyk(39%, 22%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C242E
2#192028
3#161C23
4#13181E
5#101419
6#0C1014
7#090C0F
8#06080A
9#030405
Tints
Lighter variations
1#2F3D4D
2#405268
3#506782
4#607B9D
5#7A91AE
6#95A7BE
7#AFBDCE
8#CAD3DE
9#E4E9EF
Tones
Muted variations
1#202832
2#212831
3#222830
4#23282F
5#24282E
6#25282D
7#26292C
8#27292B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F6F7 #F6F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9ED #E9EDF1 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D6DD #D6DDE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B6C3 #B6C3D2 | BordersInactive statesPlaceholder text |
| 400 | 90A4 #90A4BB | Disabled statesSecondary iconsMuted text |
| 500 | 7189 #7189A8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 556E #556E8B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4457 #44576F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 303E #303E4F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1F28 #1F2833 | Primary textHigh emphasis contentDark headings |
| 950 | 1319 #131920 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F6F7F9;
--charcoal-100: #E9EDF1;
--charcoal-200: #D6DDE6;
--charcoal-300: #B6C3D2;
--charcoal-400: #90A4BB;
--charcoal-500: #7189A8;
--charcoal-600: #556E8B;
--charcoal-700: #44576F;
--charcoal-800: #303E4F;
--charcoal-900: #1F2833;
--charcoal-950: #131920;
}