Charcoal
#1B1B36
BlueColor Codes
All color formats for development
HEX
#1B1B36RGB
rgb(27, 27, 54)HSL
hsl(240, 33%, 16%)OKLCH
oklch(0.237 0.051 281.8)CMYK
cmyk(50%, 50%, 0%, 79%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191931
2#16162B
3#131326
4#101021
5#0E0E1B
6#0B0B16
7#080810
8#05050B
9#030305
Tints
Lighter variations
1#2A2A53
2#38386F
3#46468C
4#5555A8
5#7171B7
6#8D8DC6
7#AAAAD4
8#C6C6E2
9#E3E3F1
Tones
Muted variations
1#1D1D35
2#1E1E34
3#1F1F32
4#212131
5#222230
6#23232E
7#25252D
8#26262B
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F3 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D3D3 #D3D3E9 | Secondary backgroundsInput backgroundsDividers |
| 300 | B1B1 #B1B1D8 | BordersInactive statesPlaceholder text |
| 400 | 8888 #8888C3 | Disabled statesSecondary iconsMuted text |
| 500 | 6666 #6666B2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4B4B #4B4B95 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3C3C #3C3C77 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2B2B #2B2B55 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1B1B #1B1B36 | Primary textHigh emphasis contentDark headings |
| 950 | 1111 #111122 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F3;
--charcoal-200: #D3D3E9;
--charcoal-300: #B1B1D8;
--charcoal-400: #8888C3;
--charcoal-500: #6666B2;
--charcoal-600: #4B4B95;
--charcoal-700: #3C3C77;
--charcoal-800: #2B2B55;
--charcoal-900: #1B1B36;
--charcoal-950: #111122;
}