Charcoal
#14253E
BlueColor Codes
All color formats for development
HEX
#14253ERGB
rgb(20, 37, 62)HSL
hsl(216, 51%, 16%)OKLCH
oklch(0.264 0.052 257.9)CMYK
cmyk(68%, 40%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#122137
2#101D31
3#0E1A2B
4#0C1625
5#0A121F
6#080F19
7#060B12
8#04070C
9#020406
Tints
Lighter variations
1#1E385E
2#294B7E
3#335E9F
4#3E72BF
5#5D89CB
6#7EA1D5
7#9EB8E0
8#BED0EA
9#DFE7F5
Tones
Muted variations
1#16253C
2#182539
3#1A2637
4#1C2635
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 | E4EB #E4EBF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDDA #CDDAEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6BE #A6BEE2 | BordersInactive statesPlaceholder text |
| 400 | 789D #789DD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5281 #5281C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3765 #3765A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C50 #2C5087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F39 #1F3960 | 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: #E4EBF6;
--charcoal-200: #CDDAEF;
--charcoal-300: #A6BEE2;
--charcoal-400: #789DD3;
--charcoal-500: #5281C7;
--charcoal-600: #3765A9;
--charcoal-700: #2C5087;
--charcoal-800: #1F3960;
--charcoal-900: #14253E;
--charcoal-950: #0C1727;
}