Charcoal
#1A1B38
BlueColor Codes
All color formats for development
HEX
#1A1B38RGB
rgb(26, 27, 56)HSL
hsl(238, 37%, 16%)OKLCH
oklch(0.238 0.055 279.9)CMYK
cmyk(54%, 52%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171832
2#15152D
3#121327
4#0F1022
5#0D0D1C
6#0A0B16
7#080811
8#05050B
9#030306
Tints
Lighter variations
1#272955
2#353773
3#424590
4#5053AD
5#6C6FBC
6#8A8CC9
7#A7A9D7
8#C4C5E4
9#E2E2F2
Tones
Muted variations
1#1B1C36
2#1D1E35
3#1E1F33
4#202032
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 | D2D2 #D2D2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB0 #AFB0DA | BordersInactive statesPlaceholder text |
| 400 | 8587 #8587C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6265 #6265B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4749 #47499A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383A #383A7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282A #282A57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1B #1A1B38 | 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: #D2D2EA;
--charcoal-300: #AFB0DA;
--charcoal-400: #8587C7;
--charcoal-500: #6265B7;
--charcoal-600: #47499A;
--charcoal-700: #383A7A;
--charcoal-800: #282A57;
--charcoal-900: #1A1B38;
--charcoal-950: #101123;
}