Charcoal
#1E2F34
CyanColor Codes
All color formats for development
HEX
#1E2F34RGB
rgb(30, 47, 52)HSL
hsl(194, 27%, 16%)OKLCH
oklch(0.292 0.024 218.1)CMYK
cmyk(42%, 10%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2A2F
2#182529
3#152124
4#121C1F
5#0F171A
6#0C1315
7#090E10
8#06090A
9#030505
Tints
Lighter variations
1#2D474F
2#3D606A
3#4D7885
4#5C91A1
5#77A3B1
6#92B6C0
7#ADC8D0
8#C9DAE0
9#E4EDEF
Tones
Muted variations
1#1F2E33
2#202E32
3#212D31
4#222C2F
5#232C2E
6#242B2D
7#252B2C
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 | E8F0 #E8F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E3 #D5E3E7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CD #B5CDD4 | BordersInactive statesPlaceholder text |
| 400 | 8EB3 #8EB3BE | Disabled statesSecondary iconsMuted text |
| 500 | 6D9D #6D9DAB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5280 #52808E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4166 #416671 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2F #1E2F34 | 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: #E8F0F2;
--charcoal-200: #D5E3E7;
--charcoal-300: #B5CDD4;
--charcoal-400: #8EB3BE;
--charcoal-500: #6D9DAB;
--charcoal-600: #52808E;
--charcoal-700: #416671;
--charcoal-800: #2F4951;
--charcoal-900: #1E2F34;
--charcoal-950: #131D20;
}