Charcoal
#14183E
BlueColor Codes
All color formats for development
HEX
#14183ERGB
rgb(20, 24, 62)HSL
hsl(234, 51%, 16%)OKLCH
oklch(0.23 0.072 274.7)CMYK
cmyk(68%, 61%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121637
2#101331
3#0E112B
4#0C0E25
5#0A0C1F
6#080A19
7#060712
8#04050C
9#020206
Tints
Lighter variations
1#1E255E
2#29327E
3#333E9F
4#3E4BBF
5#5D68CB
6#7E86D5
7#9EA5E0
8#BEC3EA
9#DFE1F5
Tones
Muted variations
1#161A3C
2#181B39
3#1A1D37
4#1C1F35
5#1E2033
6#202231
7#23242F
8#25252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E6 #E4E6F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDD0 #CDD0EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6AC #A6ACE2 | BordersInactive statesPlaceholder text |
| 400 | 7881 #7881D3 | Disabled statesSecondary iconsMuted text |
| 500 | 525D #525DC7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3742 #3742A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C35 #2C3587 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F26 #1F2660 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1418 #14183E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0F #0C0F27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E6F6;
--charcoal-200: #CDD0EF;
--charcoal-300: #A6ACE2;
--charcoal-400: #7881D3;
--charcoal-500: #525DC7;
--charcoal-600: #3742A9;
--charcoal-700: #2C3587;
--charcoal-800: #1F2660;
--charcoal-900: #14183E;
--charcoal-950: #0C0F27;
}