Charcoal
#15203C
BlueColor Codes
All color formats for development
HEX
#15203CRGB
rgb(21, 32, 60)HSL
hsl(223, 48%, 16%)OKLCH
oklch(0.249 0.056 266.3)CMYK
cmyk(65%, 47%, 0%, 76%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#131D36
2#111A30
3#0F172A
4#0D1324
5#0B101E
6#080D18
7#060A12
8#04060C
9#020306
Tints
Lighter variations
1#20315C
2#2B427C
3#37539B
4#4264BB
5#607EC7
6#8097D2
7#A0B1DE
8#C0CBE9
9#DFE5F4
Tones
Muted variations
1#17213A
2#192238
3#1B2337
4#1D2435
5#1F2533
6#212531
7#23262F
8#25272D
9#27282B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F6 #F4F6FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E9 #E5E9F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CED7 #CED7EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A8B8 #A8B8E1 | BordersInactive statesPlaceholder text |
| 400 | 7B93 #7B93D1 | Disabled statesSecondary iconsMuted text |
| 500 | 5574 #5574C3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3A59 #3A59A6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2E47 #2E4784 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2132 #21325E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1520 #15203C | Primary textHigh emphasis contentDark headings |
| 950 | 0D14 #0D1426 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F6FB;
--charcoal-100: #E5E9F6;
--charcoal-200: #CED7EE;
--charcoal-300: #A8B8E1;
--charcoal-400: #7B93D1;
--charcoal-500: #5574C3;
--charcoal-600: #3A59A6;
--charcoal-700: #2E4784;
--charcoal-800: #21325E;
--charcoal-900: #15203C;
--charcoal-950: #0D1426;
}