Charcoal
#141A3D
BlueColor Codes
All color formats for development
HEX
#141A3DRGB
rgb(20, 26, 61)HSL
hsl(231, 51%, 16%)OKLCH
oklch(0.234 0.067 272.9)CMYK
cmyk(67%, 57%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121837
2#101531
3#0E122B
4#0C1025
5#0A0D1F
6#080A19
7#060812
8#04050C
9#020306
Tints
Lighter variations
1#1E285E
2#29367E
3#33449F
4#3E51BF
5#5D6ECB
6#7E8BD5
7#9EA8E0
8#BEC5EA
9#DFE2F5
Tones
Muted variations
1#161C3C
2#181D39
3#1A1F37
4#1C2035
5#1E2233
6#202331
7#23242F
8#25262D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E7 #E4E7F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD2 #CDD2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AF #A6AFE2 | BordersInactive statesPlaceholder text |
| 400 | 7886 #7886D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5263 #5263C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3748 #3748A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C39 #2C3987 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F29 #1F2960 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141A #141A3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C10 #0C1027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD2EF;
--charcoal-300: #A6AFE2;
--charcoal-400: #7886D3;
--charcoal-500: #5263C7;
--charcoal-600: #3748A9;
--charcoal-700: #2C3987;
--charcoal-800: #1F2960;
--charcoal-900: #141A3E;
--charcoal-950: #0C1027;
}