Charcoal
#1E2E33
CyanColor Codes
All color formats for development
HEX
#1E2E33RGB
rgb(30, 46, 51)HSL
hsl(194, 26%, 16%)OKLCH
oklch(0.289 0.023 219.2)CMYK
cmyk(41%, 10%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B2A2E
2#182529
3#152124
4#121C1F
5#0F171A
6#0C1315
7#090E0F
8#06090A
9#030505
Tints
Lighter variations
1#2E474E
2#3E5F69
3#4E7884
4#5E909F
5#78A3B0
6#93B5C0
7#AEC8CF
8#C9DADF
9#E4EDEF
Tones
Muted variations
1#1F2E32
2#202D31
3#212D30
4#222C2F
5#232C2E
6#252B2D
7#262A2C
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 | E9F0 #E9F0F2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5E2 #D5E2E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5CC #B5CCD4 | BordersInactive statesPlaceholder text |
| 400 | 8FB2 #8FB2BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E9C #6E9CAA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5380 #53808D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4266 #426670 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F49 #2F4950 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E2E #1E2E33 | 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: #E9F0F2;
--charcoal-200: #D5E2E6;
--charcoal-300: #B5CCD4;
--charcoal-400: #8FB2BD;
--charcoal-500: #6E9CAA;
--charcoal-600: #53808D;
--charcoal-700: #426670;
--charcoal-800: #2F4950;
--charcoal-900: #1E2E33;
--charcoal-950: #131D20;
}