Charcoal
#1A1D38
BlueColor Codes
All color formats for development
HEX
#1A1D38RGB
rgb(26, 29, 56)HSL
hsl(234, 37%, 16%)OKLCH
oklch(0.243 0.051 277.1)CMYK
cmyk(54%, 48%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171A32
2#15172D
3#121427
4#0F1122
5#0D0E1C
6#0A0B16
7#080911
8#05060B
9#030306
Tints
Lighter variations
1#272C55
2#353B73
3#424A90
4#5059AD
5#6C74BC
6#8A90C9
7#A7ACD7
8#C4C7E4
9#E2E3F2
Tones
Muted variations
1#1B1E36
2#1D1F35
3#1E2033
4#202232
5#212330
6#23242F
7#24252D
8#26262C
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 | D2D4 #D2D4EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB3 #AFB3DA | BordersInactive statesPlaceholder text |
| 400 | 858B #858BC7 | Disabled statesSecondary iconsMuted text |
| 500 | 626A #626AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474F #474F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383F #383F7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282D #282D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D38 | Primary textHigh emphasis contentDark headings |
| 950 | 1012 #101223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E8F4;
--charcoal-200: #D2D4EA;
--charcoal-300: #AFB3DA;
--charcoal-400: #858BC7;
--charcoal-500: #626AB7;
--charcoal-600: #474F9A;
--charcoal-700: #383F7A;
--charcoal-800: #282D57;
--charcoal-900: #1A1D38;
--charcoal-950: #101223;
}