Charcoal
#1A1E37
BlueColor Codes
All color formats for development
HEX
#1A1E37RGB
rgb(26, 30, 55)HSL
hsl(232, 36%, 16%)OKLCH
oklch(0.245 0.048 275.4)CMYK
cmyk(53%, 45%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181B32
2#15182C
3#121527
4#101221
5#0D0F1C
6#0A0C16
7#080911
8#05060B
9#030306
Tints
Lighter variations
1#282E55
2#363E72
3#434D8F
4#515DAC
5#6D78BA
6#8A93C8
7#A8AED6
8#C5C9E4
9#E2E4F1
Tones
Muted variations
1#1C1F36
2#1D2035
3#1F2133
4#202232
5#212330
6#23242F
7#24262D
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 | AFB5 #AFB5D9 | BordersInactive statesPlaceholder text |
| 400 | 868E #868EC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636E #636EB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4853 #485399 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3942 #394279 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292F #292F57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1E #1A1E37 | 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: #AFB5D9;
--charcoal-400: #868EC6;
--charcoal-500: #636EB6;
--charcoal-600: #485399;
--charcoal-700: #394279;
--charcoal-800: #292F57;
--charcoal-900: #1A1E37;
--charcoal-950: #101323;
}