Charcoal
#1E2D34
BlueColor Codes
All color formats for development
HEX
#1E2D34RGB
rgb(30, 45, 52)HSL
hsl(199, 27%, 16%)OKLCH
oklch(0.287 0.024 228.5)CMYK
cmyk(42%, 13%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B282F
2#182429
3#151F24
4#121B1F
5#0F161A
6#0C1215
7#090D10
8#06090A
9#030405
Tints
Lighter variations
1#2D444F
2#3D5C6A
3#4D7385
4#5C8BA1
5#779FB1
6#92B2C0
7#ADC5D0
8#C9D8E0
9#E4ECEF
Tones
Muted variations
1#1F2C33
2#202C32
3#212C31
4#222B2F
5#232B2E
6#242A2D
7#252A2C
8#272A2B
9#28292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EF #E8EFF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E1 #D5E1E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CA #B5CAD4 | BordersInactive statesPlaceholder text |
| 400 | 8EAF #8EAFBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D98 #6D98AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527B #527B8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4162 #416271 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F46 #2F4651 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2D #1E2D34 | Primary textHigh emphasis contentDark headings |
| 950 | 131C #131C20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E1E7;
--charcoal-300: #B5CAD4;
--charcoal-400: #8EAFBE;
--charcoal-500: #6D98AB;
--charcoal-600: #527B8E;
--charcoal-700: #416271;
--charcoal-800: #2F4651;
--charcoal-900: #1E2D34;
--charcoal-950: #131C20;
}