Charcoal
#1E2533
BlueColor Codes
All color formats for development
HEX
#1E2533RGB
rgb(30, 37, 51)HSL
hsl(220, 26%, 16%)OKLCH
oklch(0.264 0.028 263.9)CMYK
cmyk(41%, 27%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B222E
2#181E29
3#151A24
4#12161F
5#0F131A
6#0C0F15
7#090B0F
8#06070A
9#030405
Tints
Lighter variations
1#2E394E
2#3E4C69
3#4E6084
4#5E749F
5#788BB0
6#93A2C0
7#AEB9CF
8#C9D0DF
9#E4E8EF
Tones
Muted variations
1#1F2632
2#202631
3#212630
4#22272F
5#23272E
6#25272D
7#26282C
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 | E9EC #E9ECF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5DB #D5DBE6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BF #B5BFD4 | BordersInactive statesPlaceholder text |
| 400 | 8F9E #8F9EBD | Disabled statesSecondary iconsMuted text |
| 500 | 6E82 #6E82AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 5366 #53668D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 4252 #425270 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F3A #2F3A50 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E25 #1E2533 | 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: #E9ECF2;
--charcoal-200: #D5DBE6;
--charcoal-300: #B5BFD4;
--charcoal-400: #8F9EBD;
--charcoal-500: #6E82AA;
--charcoal-600: #53668D;
--charcoal-700: #425270;
--charcoal-800: #2F3A50;
--charcoal-900: #1E2533;
--charcoal-950: #131720;
}