Charcoal
#101342
BlueColor Codes
All color formats for development
HEX
#101342RGB
rgb(16, 19, 66)HSL
hsl(236, 61%, 16%)OKLCH
oklch(0.22 0.087 273.9)CMYK
cmyk(76%, 71%, 0%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E113B
2#0D0F35
3#0B0D2E
4#0A0C27
5#080A21
6#06081A
7#050614
8#03040D
9#020207
Tints
Lighter variations
1#181D64
2#212787
3#2932A9
4#313CCC
5#535BD5
6#757CDE
7#989DE6
8#BABEEE
9#DDDEF7
Tones
Muted variations
1#12153F
2#15183D
3#171A3A
4#1A1C38
5#1C1E35
6#1F2033
7#212230
8#24242E
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 | CACC #CACCF2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1A5 #A1A5E8 | BordersInactive statesPlaceholder text |
| 400 | 6F77 #6F77DC | Disabled statesSecondary iconsMuted text |
| 500 | 4650 #4650D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C35 #2C35B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 232A #232A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 191E #191E67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1013 #101342 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0C #0A0C29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E2E4F8;
--charcoal-200: #CACCF2;
--charcoal-300: #A1A5E8;
--charcoal-400: #6F77DC;
--charcoal-500: #4650D2;
--charcoal-600: #2C35B5;
--charcoal-700: #232A90;
--charcoal-800: #191E67;
--charcoal-900: #101342;
--charcoal-950: #0A0C29;
}