Charcoal
#1B1E36
BlueColor Codes
All color formats for development
HEX
#1B1E36RGB
rgb(27, 30, 54)HSL
hsl(233, 33%, 16%)OKLCH
oklch(0.245 0.046 277)CMYK
cmyk(50%, 44%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191B31
2#16182B
3#131526
4#101221
5#0E0F1B
6#0B0C16
7#080910
8#05060B
9#030305
Tints
Lighter variations
1#2A2E53
2#383E6F
3#464E8C
4#555EA8
5#7179B7
6#8D94C6
7#AAAED4
8#C6C9E2
9#E3E4F1
Tones
Muted variations
1#1D2035
2#1E2134
3#1F2232
4#212331
5#222430
6#23252E
7#25262D
8#26272B
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D5 #D3D5E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B6 #B1B6D8 | BordersInactive statesPlaceholder text |
| 400 | 888F #888FC3 | Disabled statesSecondary iconsMuted text |
| 500 | 666F #666FB2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B54 #4B5495 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C43 #3C4377 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B30 #2B3055 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1E #1B1E36 | Primary textHigh emphasis contentDark headings |
| 950 | 1113 #111322 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E9F3;
--charcoal-200: #D3D5E9;
--charcoal-300: #B1B6D8;
--charcoal-400: #888FC3;
--charcoal-500: #666FB2;
--charcoal-600: #4B5495;
--charcoal-700: #3C4377;
--charcoal-800: #2B3055;
--charcoal-900: #1B1E36;
--charcoal-950: #111322;
}