Charcoal
#141F3E
BlueColor Codes
All color formats for development
HEX
#141F3ERGB
rgb(20, 31, 62)HSL
hsl(224, 51%, 16%)OKLCH
oklch(0.248 0.061 267.2)CMYK
cmyk(68%, 50%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121C37
2#101931
3#0E162B
4#0C1325
5#0A101F
6#080C19
7#060912
8#04060C
9#020306
Tints
Lighter variations
1#1E2F5E
2#29407E
3#33509F
4#3E60BF
5#5D7ACB
6#7E95D5
7#9EAFE0
8#BECAEA
9#DFE4F5
Tones
Muted variations
1#16203C
2#182139
3#1A2237
4#1C2335
5#1E2433
6#202531
7#23262F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F6 #F3F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E9 #E4E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD6 #CDD6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B6 #A6B6E2 | BordersInactive statesPlaceholder text |
| 400 | 7891 #7891D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5271 #5271C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3755 #3755A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C44 #2C4487 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F31 #1F3160 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141F #141F3E | 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: #F3F6FB;
--charcoal-100: #E4E9F6;
--charcoal-200: #CDD6EF;
--charcoal-300: #A6B6E2;
--charcoal-400: #7891D3;
--charcoal-500: #5271C7;
--charcoal-600: #3755A9;
--charcoal-700: #2C4487;
--charcoal-800: #1F3160;
--charcoal-900: #141F3E;
--charcoal-950: #0C1327;
}