Charcoal
#1A2F38
BlueColor Codes
All color formats for development
HEX
#1A2F38RGB
rgb(26, 47, 56)HSL
hsl(198, 37%, 16%)OKLCH
oklch(0.292 0.031 227.2)CMYK
cmyk(54%, 16%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172A32
2#15252D
3#122127
4#0F1C22
5#0D171C
6#0A1316
7#080E11
8#05090B
9#030506
Tints
Lighter variations
1#274755
2#356073
3#427990
4#5091AD
5#6CA4BC
6#8AB6C9
7#A7C8D7
8#C4DBE4
9#E2EDF2
Tones
Muted variations
1#1B2E36
2#1D2E35
3#1E2D33
4#202C32
5#212C30
6#232B2F
7#242B2D
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 | E7F0 #E7F0F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E3 #D2E3EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCD #AFCDDA | BordersInactive statesPlaceholder text |
| 400 | 85B3 #85B3C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629D #629DB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4781 #47819A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3866 #38667A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2849 #284957 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2F #1A2F38 | Primary textHigh emphasis contentDark headings |
| 950 | 101D #101D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F8FA;
--charcoal-100: #E7F0F4;
--charcoal-200: #D2E3EA;
--charcoal-300: #AFCDDA;
--charcoal-400: #85B3C7;
--charcoal-500: #629DB7;
--charcoal-600: #47819A;
--charcoal-700: #38667A;
--charcoal-800: #284957;
--charcoal-900: #1A2F38;
--charcoal-950: #101D23;
}