Charcoal
#1A1B37
BlueColor Codes
All color formats for development
HEX
#1A1B37RGB
rgb(26, 27, 55)HSL
hsl(238, 36%, 16%)OKLCH
oklch(0.237 0.053 280)CMYK
cmyk(53%, 51%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181832
2#15162C
3#121327
4#101021
5#0D0E1C
6#0A0B16
7#080811
8#05050B
9#030306
Tints
Lighter variations
1#282955
2#363872
3#43468F
4#5154AC
5#6D70BA
6#8A8DC8
7#A8A9D6
8#C5C6E4
9#E2E2F1
Tones
Muted variations
1#1C1C36
2#1D1E35
3#1F1F33
4#202132
5#212230
6#23232F
7#24252D
8#26262C
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB1 #AFB1D9 | BordersInactive statesPlaceholder text |
| 400 | 8688 #8688C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6366 #6366B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 484B #484B99 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 393B #393B79 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292A #292A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B37 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D3EA;
--charcoal-300: #AFB1D9;
--charcoal-400: #8688C6;
--charcoal-500: #6366B6;
--charcoal-600: #484B99;
--charcoal-700: #393B79;
--charcoal-800: #292A57;
--charcoal-900: #1A1B37;
--charcoal-950: #101123;
}