Charcoal
#0F1443
BlueColor Codes
All color formats for development
HEX
#0F1443RGB
rgb(15, 20, 67)HSL
hsl(234, 63%, 16%)OKLCH
oklch(0.222 0.088 272.4)CMYK
cmyk(78%, 70%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E123C
2#0C1035
3#0B0E2F
4#090C28
5#080A21
6#06081B
7#050614
8#03040D
9#020207
Tints
Lighter variations
1#171F65
2#1F2988
3#2734AB
4#2F3FCE
5#505ED7
6#737EDF
7#969EE7
8#B9BFEF
9#DCDFF7
Tones
Muted variations
1#121640
2#14183D
3#171A3B
4#191C38
5#1C1F36
6#1F2133
7#212331
8#24252E
9#26272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E4 #E2E4F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9CD #C9CDF3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FA7 #9FA7E9 | BordersInactive statesPlaceholder text |
| 400 | 6E79 #6E79DE | Disabled statesSecondary iconsMuted text |
| 500 | 4452 #4452D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A38 #2A38B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 212C #212C91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1820 #182068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F14 #0F1443 | Primary textHigh emphasis contentDark headings |
| 950 | 090D #090D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #C9CDF3;
--charcoal-300: #9FA7E9;
--charcoal-400: #6E79DE;
--charcoal-500: #4452D5;
--charcoal-600: #2A38B7;
--charcoal-700: #212C91;
--charcoal-800: #182068;
--charcoal-900: #0F1443;
--charcoal-950: #090D2A;
}