Charcoal
#1A1C38
BlueColor Codes
All color formats for development
HEX
#1A1C38RGB
rgb(26, 28, 56)HSL
hsl(236, 37%, 16%)OKLCH
oklch(0.24 0.053 278.5)CMYK
cmyk(54%, 50%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#171932
2#15162D
3#121327
4#0F1122
5#0D0E1C
6#0A0B16
7#080811
8#05060B
9#030306
Tints
Lighter variations
1#272A55
2#353973
3#424790
4#5056AD
5#6C72BC
6#8A8EC9
7#A7AAD7
8#C4C6E4
9#E2E3F2
Tones
Muted variations
1#1B1D36
2#1D1E35
3#1E2033
4#202132
5#212230
6#23242F
7#24252D
8#26262C
9#27272A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F5 #F5F5FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7E7 #E7E7F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2D3 #D2D3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFB2 #AFB2DA | BordersInactive statesPlaceholder text |
| 400 | 8589 #8589C7 | Disabled statesSecondary iconsMuted text |
| 500 | 6267 #6267B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 474C #474C9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 383D #383D7A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 282B #282B57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1C #1A1C38 | Primary textHigh emphasis contentDark headings |
| 950 | 1011 #101123 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F5FA;
--charcoal-100: #E7E7F4;
--charcoal-200: #D2D3EA;
--charcoal-300: #AFB2DA;
--charcoal-400: #8589C7;
--charcoal-500: #6267B7;
--charcoal-600: #474C9A;
--charcoal-700: #383D7A;
--charcoal-800: #282B57;
--charcoal-900: #1A1C38;
--charcoal-950: #101123;
}