Charcoal
#14253D
BlueColor Codes
All color formats for development
HEX
#14253DRGB
rgb(20, 37, 61)HSL
hsl(215, 51%, 16%)OKLCH
oklch(0.263 0.051 257.2)CMYK
cmyk(67%, 39%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122237
2#101E31
3#0E1A2B
4#0C1625
5#0A131F
6#080F19
7#060B12
8#04070C
9#020406
Tints
Lighter variations
1#1E395E
2#294D7E
3#33609F
4#3E74BF
5#5D8BCB
6#7EA2D5
7#9EB9E0
8#BED1EA
9#DFE8F5
Tones
Muted variations
1#16263C
2#182639
3#1A2637
4#1C2735
5#1E2733
6#202731
7#23282F
8#25282D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F7 #F3F7FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4EC #E4ECF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDB #CDDBEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BF #A6BFE2 | BordersInactive statesPlaceholder text |
| 400 | 789E #789ED3 | Disabled statesSecondary iconsMuted text |
| 500 | 5282 #5282C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3767 #3767A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C52 #2C5287 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F3A #1F3A60 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1425 #14253E | Primary textHigh emphasis contentDark headings |
| 950 | 0C17 #0C1727 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F7FB;
--charcoal-100: #E4ECF6;
--charcoal-200: #CDDBEF;
--charcoal-300: #A6BFE2;
--charcoal-400: #789ED3;
--charcoal-500: #5282C7;
--charcoal-600: #3767A9;
--charcoal-700: #2C5287;
--charcoal-800: #1F3A60;
--charcoal-900: #14253E;
--charcoal-950: #0C1727;
}