Charcoal
#1E2E34
BlueColor Codes
All color formats for development
HEX
#1E2E34RGB
rgb(30, 46, 52)HSL
hsl(196, 27%, 16%)OKLCH
oklch(0.29 0.024 223.2)CMYK
cmyk(42%, 12%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B292F
2#182529
3#152024
4#121C1F
5#0F171A
6#0C1215
7#090E10
8#06090A
9#030505
Tints
Lighter variations
1#2D464F
2#3D5E6A
3#4D7685
4#5C8EA1
5#77A1B1
6#92B4C0
7#ADC7D0
8#C9DAE0
9#E4ECEF
Tones
Muted variations
1#1F2D33
2#202D32
3#212C31
4#222C2F
5#232B2E
6#242B2D
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 | D5E2 #D5E2E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB1 #8EB1BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9B #6D9BAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 527E #527E8E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4164 #416471 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F48 #2F4851 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E34 | Primary textHigh emphasis contentDark headings |
| 950 | 131D #131D20 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8F9;
--charcoal-100: #E8EFF2;
--charcoal-200: #D5E2E7;
--charcoal-300: #B5CCD4;
--charcoal-400: #8EB1BE;
--charcoal-500: #6D9BAB;
--charcoal-600: #527E8E;
--charcoal-700: #416471;
--charcoal-800: #2F4851;
--charcoal-900: #1E2E34;
--charcoal-950: #131D20;
}