Charcoal
#14333E
BlueColor Codes
All color formats for development
HEX
#14333ERGB
rgb(20, 51, 62)HSL
hsl(196, 51%, 16%)OKLCH
oklch(0.303 0.041 224)CMYK
cmyk(68%, 18%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122D37
2#102831
3#0E232B
4#0C1E25
5#0A191F
6#081419
7#060F12
8#040A0C
9#020506
Tints
Lighter variations
1#1E4D5E
2#29687E
3#33829F
4#3E9DBF
5#5DADCB
6#7EBED5
7#9ECEE0
8#BEDEEA
9#DFEFF5
Tones
Muted variations
1#16323C
2#183139
3#1A3037
4#1C2F35
5#1E2E33
6#202D31
7#232C2F
8#252B2D
9#272A2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F9 #F3F9FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4F1 #E4F1F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDE6 #CDE6EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6D2 #A6D2E2 | BordersInactive statesPlaceholder text |
| 400 | 78BB #78BBD3 | Disabled statesSecondary iconsMuted text |
| 500 | 52A8 #52A8C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 378B #378BA9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C6E #2C6E87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F4F #1F4F60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1433 #14333E | Primary textHigh emphasis contentDark headings |
| 950 | 0C20 #0C2027 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F9FB;
--charcoal-100: #E4F1F6;
--charcoal-200: #CDE6EF;
--charcoal-300: #A6D2E2;
--charcoal-400: #78BBD3;
--charcoal-500: #52A8C7;
--charcoal-600: #378BA9;
--charcoal-700: #2C6E87;
--charcoal-800: #1F4F60;
--charcoal-900: #14333E;
--charcoal-950: #0C2027;
}