Charcoal
#141D3E
BlueColor Codes
All color formats for development
HEX
#141D3ERGB
rgb(20, 29, 62)HSL
hsl(227, 51%, 16%)OKLCH
oklch(0.243 0.064 269.7)CMYK
cmyk(68%, 53%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121A37
2#101731
3#0E142B
4#0C1125
5#0A0F1F
6#080C19
7#060912
8#04060C
9#020306
Tints
Lighter variations
1#1E2C5E
2#293B7E
3#334B9F
4#3E5ABF
5#5D75CB
6#7E91D5
7#9EACE0
8#BEC8EA
9#DFE3F5
Tones
Muted variations
1#161E3C
2#181F39
3#1A2137
4#1C2235
5#1E2333
6#202431
7#23252F
8#25262D
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 | CDD4 #CDD4EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6B3 #A6B3E2 | BordersInactive statesPlaceholder text |
| 400 | 788C #788CD3 | Disabled statesSecondary iconsMuted text |
| 500 | 526B #526BC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3750 #3750A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C3F #2C3F87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F2D #1F2D60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 141D #141D3E | Primary textHigh emphasis contentDark headings |
| 950 | 0C12 #0C1227 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FB;
--charcoal-100: #E4E8F6;
--charcoal-200: #CDD4EF;
--charcoal-300: #A6B3E2;
--charcoal-400: #788CD3;
--charcoal-500: #526BC7;
--charcoal-600: #3750A9;
--charcoal-700: #2C3F87;
--charcoal-800: #1F2D60;
--charcoal-900: #141D3E;
--charcoal-950: #0C1227;
}