Charcoal
#1A1E38
BlueColor Codes
All color formats for development
HEX
#1A1E38RGB
rgb(26, 30, 56)HSL
hsl(232, 37%, 16%)OKLCH
oklch(0.245 0.05 275.5)CMYK
cmyk(54%, 46%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171B32
2#15182D
3#121527
4#0F1222
5#0D0F1C
6#0A0C16
7#080911
8#05060B
9#030306
Tints
Lighter variations
1#272D55
2#353D73
3#424D90
4#505CAD
5#6C77BC
6#8A92C9
7#A7ADD7
8#C4C9E4
9#E2E4F2
Tones
Muted variations
1#1B1F36
2#1D2035
3#1E2133
4#202232
5#212330
6#23242F
7#24252D
8#26272C
9#27282A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E8 #E7E8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D5 #D2D5EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB4 #AFB4DA | BordersInactive statesPlaceholder text |
| 400 | 858E #858EC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626D #626DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4752 #47529A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3841 #38417A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282E #282E57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E38 | 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: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D5EA;
--charcoal-300: #AFB4DA;
--charcoal-400: #858EC7;
--charcoal-500: #626DB7;
--charcoal-600: #47529A;
--charcoal-700: #38417A;
--charcoal-800: #282E57;
--charcoal-900: #1A1E38;
--charcoal-950: #101323;
}