Charcoal
#1E2534
BlueColor Codes
All color formats for development
HEX
#1E2534RGB
rgb(30, 37, 52)HSL
hsl(221, 27%, 16%)OKLCH
oklch(0.265 0.03 265)CMYK
cmyk(42%, 29%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B212F
2#181D29
3#151A24
4#12161F
5#0F121A
6#0C0F15
7#090B10
8#06070A
9#030405
Tints
Lighter variations
1#2D384F
2#3D4B6A
3#4D5F85
4#5C72A1
5#7789B1
6#92A1C0
7#ADB8D0
8#C9D0E0
9#E4E7EF
Tones
Muted variations
1#1F2533
2#202632
3#212631
4#22262F
5#23272E
6#24272D
7#25282C
8#27282B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F7 #F5F7F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E8EB #E8EBF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE7 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8E9D #8E9DBE | Disabled statesSecondary iconsMuted text |
| 500 | 6D81 #6D81AB | Primary brand colorCTAsActive elementsLinks |
| 600 | 5265 #52658E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4150 #415071 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F39 #2F3951 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2534 | Primary textHigh emphasis contentDark headings |
| 950 | 1317 #131720 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F7F9;
--charcoal-100: #E8EBF2;
--charcoal-200: #D5DBE7;
--charcoal-300: #B5BFD4;
--charcoal-400: #8E9DBE;
--charcoal-500: #6D81AB;
--charcoal-600: #52658E;
--charcoal-700: #415071;
--charcoal-800: #2F3951;
--charcoal-900: #1E2534;
--charcoal-950: #131720;
}