Charcoal
#1E2233
BlueColor Codes
All color formats for development
HEX
#1E2233RGB
rgb(30, 34, 51)HSL
hsl(229, 26%, 16%)OKLCH
oklch(0.256 0.033 273.7)CMYK
cmyk(41%, 33%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1B1F2E
2#181B29
3#151824
4#12141F
5#0F111A
6#0C0E15
7#090A0F
8#06070A
9#030305
Tints
Lighter variations
1#2E344E
2#3E4669
3#4E5884
4#5E6A9F
5#7882B0
6#939BC0
7#AEB4CF
8#C9CDDF
9#E4E6EF
Tones
Muted variations
1#1F2332
2#202331
3#212430
4#22252F
5#23252E
6#25262D
7#26272C
8#27272B
9#28282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6F9 | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E9EA #E9EAF2 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D5D8 #D5D8E6 | Secondary backgroundsInput backgroundsDividers |
| 300 | B5BB #B5BBD4 | BordersInactive statesPlaceholder text |
| 400 | 8F97 #8F97BD | Disabled statesSecondary iconsMuted text |
| 500 | 6E79 #6E79AA | Primary brand colorCTAsActive elementsLinks |
| 600 | 535E #535E8D | Hover statesFocus ringsPrimary buttons hover |
| 700 | 424B #424B70 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2F35 #2F3550 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1E22 #1E2233 | Primary textHigh emphasis contentDark headings |
| 950 | 1315 #131520 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6F9;
--charcoal-100: #E9EAF2;
--charcoal-200: #D5D8E6;
--charcoal-300: #B5BBD4;
--charcoal-400: #8F97BD;
--charcoal-500: #6E79AA;
--charcoal-600: #535E8D;
--charcoal-700: #424B70;
--charcoal-800: #2F3550;
--charcoal-900: #1E2233;
--charcoal-950: #131520;
}