Charcoal
#141C3E
BlueColor Codes
All color formats for development
HEX
#141C3ERGB
rgb(20, 28, 62)HSL
hsl(229, 51%, 16%)OKLCH
oklch(0.24 0.066 270.8)CMYK
cmyk(68%, 55%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121937
2#101631
3#0E132B
4#0C1125
5#0A0E1F
6#080B19
7#060812
8#04060C
9#020306
Tints
Lighter variations
1#1E2A5E
2#29397E
3#33479F
4#3E56BF
5#5D71CB
6#7E8ED5
7#9EAAE0
8#BEC6EA
9#DFE3F5
Tones
Muted variations
1#161D3C
2#181E39
3#1A2037
4#1C2135
5#1E2233
6#202431
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 | A6B1 #A6B1E2 | BordersInactive statesPlaceholder text |
| 400 | 7889 #7889D3 | Disabled statesSecondary iconsMuted text |
| 500 | 5267 #5267C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 374C #374CA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3C #2C3C87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2B #1F2B60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141C #141C3E | 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: #A6B1E2;
--charcoal-400: #7889D3;
--charcoal-500: #5267C7;
--charcoal-600: #374CA9;
--charcoal-700: #2C3C87;
--charcoal-800: #1F2B60;
--charcoal-900: #141C3E;
--charcoal-950: #0C1127;
}