Charcoal
#141E3E
BlueColor Codes
All color formats for development
HEX
#141E3ERGB
rgb(20, 30, 62)HSL
hsl(226, 51%, 16%)OKLCH
oklch(0.245 0.062 268.5)CMYK
cmyk(68%, 52%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121B37
2#101831
3#0E152B
4#0C1225
5#0A0F1F
6#080C19
7#060912
8#04060C
9#020306
Tints
Lighter variations
1#1E2D5E
2#293D7E
3#334C9F
4#3E5CBF
5#5D77CB
6#7E92D5
7#9EADE0
8#BEC9EA
9#DFE4F5
Tones
Muted variations
1#161F3C
2#182039
3#1A2137
4#1C2235
5#1E2333
6#202431
7#23252F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E8 #E4E8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD5 #CDD5EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B4 #A6B4E2 | BordersInactive statesPlaceholder text |
| 400 | 788D #788DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526D #526DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3752 #3752A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C41 #2C4187 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2E #1F2E60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141E #141E3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C13 #0C1327 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CDD5EF;
--charcoal-300: #A6B4E2;
--charcoal-400: #788DD3;
--charcoal-500: #526DC7;
--charcoal-600: #3752A9;
--charcoal-700: #2C4187;
--charcoal-800: #1F2E60;
--charcoal-900: #141E3E;
--charcoal-950: #0C1327;
}