Charcoal
#1A2D38
BlueColor Codes
All color formats for development
HEX
#1A2D38RGB
rgb(26, 45, 56)HSL
hsl(202, 37%, 16%)OKLCH
oklch(0.286 0.032 234.9)CMYK
cmyk(54%, 20%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172832
2#15242D
3#121F27
4#0F1B22
5#0D161C
6#0A1216
7#080D11
8#05090B
9#030406
Tints
Lighter variations
1#274455
2#355C73
3#427390
4#508BAD
5#6C9EBC
6#8AB2C9
7#A7C5D7
8#C4D8E4
9#E2ECF2
Tones
Muted variations
1#1B2C36
2#1D2C35
3#1E2C33
4#202B32
5#212B30
6#232A2F
7#242A2D
8#262A2C
9#27292A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F8 #F5F8FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7EF #E7EFF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E1 #D2E1EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCA #AFCADA | BordersInactive statesPlaceholder text |
| 400 | 85AF #85AFC7 | Disabled statesSecondary iconsMuted text |
| 500 | 6298 #6298B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477B #477B9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3862 #38627A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2846 #284657 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2D #1A2D38 | Primary textHigh emphasis contentDark headings |
| 950 | 101C #101C23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7EFF4;
--charcoal-200: #D2E1EA;
--charcoal-300: #AFCADA;
--charcoal-400: #85AFC7;
--charcoal-500: #6298B7;
--charcoal-600: #477B9A;
--charcoal-700: #38627A;
--charcoal-800: #284657;
--charcoal-900: #1A2D38;
--charcoal-950: #101C23;
}