Charcoal
#14153E
BlueColor Codes
All color formats for development
HEX
#14153ERGB
rgb(20, 21, 62)HSL
hsl(239, 51%, 16%)OKLCH
oklch(0.224 0.077 277.2)CMYK
cmyk(68%, 66%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#121337
2#101131
3#0E0E2B
4#0C0C25
5#0A0A1F
6#080819
7#060612
8#04040C
9#020206
Tints
Lighter variations
1#1E205E
2#292A7E
3#33359F
4#3E40BF
5#5D5FCB
6#7E7FD5
7#9E9FE0
8#BEBFEA
9#DFDFF5
Tones
Muted variations
1#16173C
2#181939
3#1A1B37
4#1C1D35
5#1E1F33
6#202131
7#23232F
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 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCE #CDCEEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A7 #A6A7E2 | BordersInactive statesPlaceholder text |
| 400 | 787A #787AD3 | Disabled statesSecondary iconsMuted text |
| 500 | 5254 #5254C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3739 #3739A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2C2D #2C2D87 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F20 #1F2060 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1415 #14153E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0D #0C0D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FB;
--charcoal-100: #E4E4F6;
--charcoal-200: #CDCEEF;
--charcoal-300: #A6A7E2;
--charcoal-400: #787AD3;
--charcoal-500: #5254C7;
--charcoal-600: #3739A9;
--charcoal-700: #2C2D87;
--charcoal-800: #1F2060;
--charcoal-900: #14153E;
--charcoal-950: #0C0D27;
}