Charcoal
#1A1D37
BlueColor Codes
All color formats for development
HEX
#1A1D37RGB
rgb(26, 29, 55)HSL
hsl(234, 36%, 16%)OKLCH
oklch(0.242 0.05 277)CMYK
cmyk(53%, 47%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#181A32
2#15172C
3#121427
4#101121
5#0D0F1C
6#0A0C16
7#080911
8#05060B
9#030306
Tints
Lighter variations
1#282C55
2#363C72
3#434B8F
4#515AAC
5#6D75BA
6#8A91C8
7#A8ACD6
8#C5C8E4
9#E2E3F1
Tones
Muted variations
1#1C1E36
2#1D1F35
3#1F2133
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 #AFB3D9 | BordersInactive statesPlaceholder text |
| 400 | 868C #868CC6 | Disabled statesSecondary iconsMuted text |
| 500 | 636B #636BB6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4850 #485099 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3940 #394079 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 292D #292D57 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A1D #1A1D37 | 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: #AFB3D9;
--charcoal-400: #868CC6;
--charcoal-500: #636BB6;
--charcoal-600: #485099;
--charcoal-700: #394079;
--charcoal-800: #292D57;
--charcoal-900: #1A1D37;
--charcoal-950: #101223;
}