Charcoal
#1A1F37
BlueColor Codes
All color formats for development
HEX
#1A1F37RGB
rgb(26, 31, 55)HSL
hsl(230, 36%, 16%)OKLCH
oklch(0.247 0.046 273.6)CMYK
cmyk(53%, 44%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181C32
2#15192C
3#121627
4#101321
5#0D101C
6#0A0C16
7#080911
8#05060B
9#030306
Tints
Lighter variations
1#282F55
2#364072
3#43508F
4#5160AC
5#6D7ABA
6#8A95C8
7#A8AFD6
8#C5CAE4
9#E2E4F1
Tones
Muted variations
1#1C2036
2#1D2135
3#1F2233
4#202332
5#212430
6#23252F
7#24262D
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F6 #F5F6FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E9 #E7E9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D6 #D2D6EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB6 #AFB6D9 | BordersInactive statesPlaceholder text |
| 400 | 8690 #8690C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6371 #6371B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4855 #485599 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3944 #394479 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2930 #293057 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1F #1A1F37 | Primary textHigh emphasis contentDark headings |
| 950 | 1013 #101323 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D6EA;
--charcoal-300: #AFB6D9;
--charcoal-400: #8690C6;
--charcoal-500: #6371B6;
--charcoal-600: #485599;
--charcoal-700: #394479;
--charcoal-800: #293057;
--charcoal-900: #1A1F37;
--charcoal-950: #101323;
}