Charcoal
#141B3E
BlueColor Codes
All color formats for development
HEX
#141B3ERGB
rgb(20, 27, 62)HSL
hsl(230, 51%, 16%)OKLCH
oklch(0.238 0.067 271.9)CMYK
cmyk(68%, 56%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121837
2#101631
3#0E132B
4#0C1025
5#0A0D1F
6#080B19
7#060812
8#04050C
9#020306
Tints
Lighter variations
1#1E295E
2#29377E
3#33459F
4#3E53BF
5#5D6FCB
6#7E8CD5
7#9EA9E0
8#BEC6EA
9#DFE2F5
Tones
Muted variations
1#161C3C
2#181E39
3#1A1F37
4#1C2035
5#1E2233
6#202331
7#23252F
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 | CDD3 #CDD3EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B0 #A6B0E2 | BordersInactive statesPlaceholder text |
| 400 | 7887 #7887D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5265 #5265C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374A #374AA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3B #2C3B87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2A #1F2A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141B #141B3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C11 #0C1127 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E7F6;
--charcoal-200: #CDD3EF;
--charcoal-300: #A6B0E2;
--charcoal-400: #7887D3;
--charcoal-500: #5265C7;
--charcoal-600: #374AA9;
--charcoal-700: #2C3B87;
--charcoal-800: #1F2A60;
--charcoal-900: #141B3E;
--charcoal-950: #0C1127;
}