Charcoal
#151E3D
BlueColor Codes
All color formats for development
HEX
#151E3DRGB
rgb(21, 30, 61)HSL
hsl(227, 49%, 16%)OKLCH
oklch(0.245 0.06 269.4)CMYK
cmyk(66%, 51%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131B37
2#111831
3#0F152B
4#0C1224
5#0A0F1E
6#080C18
7#060912
8#04060C
9#020306
Tints
Lighter variations
1#202D5D
2#2B3C7D
3#364C9D
4#415BBC
5#5F76C8
6#7F92D3
7#9FADDE
8#BFC8E9
9#DFE4F4
Tones
Muted variations
1#171F3B
2#192039
3#1B2137
4#1D2235
5#1F2333
6#212431
7#23252F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F5 #F4F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED5 #CED5EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B4 #A8B4E1 | BordersInactive statesPlaceholder text |
| 400 | 7A8D #7A8DD1 | Disabled statesSecondary iconsMuted text |
| 500 | 546C #546CC4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3951 #3951A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E40 #2E4085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 212E #212E5F | Text on light backgroundsHeadingsStrong borders |
| 900 | 151D #151D3D | Primary textHigh emphasis contentDark headings |
| 950 | 0D12 #0D1226 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CED5EE;
--charcoal-300: #A8B4E1;
--charcoal-400: #7A8DD1;
--charcoal-500: #546CC4;
--charcoal-600: #3951A7;
--charcoal-700: #2E4085;
--charcoal-800: #212E5F;
--charcoal-900: #151D3D;
--charcoal-950: #0D1226;
}