Charcoal
#1A2037
BlueColor Codes
All color formats for development
HEX
#1A2037RGB
rgb(26, 32, 55)HSL
hsl(228, 36%, 16%)OKLCH
oklch(0.25 0.045 271.7)CMYK
cmyk(53%, 42%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181D32
2#151A2C
3#121627
4#101321
5#0D101C
6#0A0D16
7#080A11
8#05060B
9#030306
Tints
Lighter variations
1#283155
2#364272
3#43528F
4#5163AC
5#6D7DBA
6#8A97C8
7#A8B1D6
8#C5CBE4
9#E2E5F1
Tones
Muted variations
1#1C2136
2#1D2235
3#1F2333
4#202432
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 | D2D7 #D2D7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB8 #AFB8D9 | BordersInactive statesPlaceholder text |
| 400 | 8692 #8692C6 | Disabled statesSecondary iconsMuted text |
| 500 | 6373 #6373B6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4858 #485899 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3946 #394679 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2932 #293257 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A20 #1A2037 | Primary textHigh emphasis contentDark headings |
| 950 | 1014 #101423 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F6FA;
--charcoal-100: #E7E9F4;
--charcoal-200: #D2D7EA;
--charcoal-300: #AFB8D9;
--charcoal-400: #8692C6;
--charcoal-500: #6373B6;
--charcoal-600: #485899;
--charcoal-700: #394679;
--charcoal-800: #293257;
--charcoal-900: #1A2037;
--charcoal-950: #101423;
}