Charcoal
#1A2E38
BlueColor Codes
All color formats for development
HEX
#1A2E38RGB
rgb(26, 46, 56)HSL
hsl(200, 37%, 16%)OKLCH
oklch(0.289 0.032 231)CMYK
cmyk(54%, 18%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172932
2#15252D
3#122027
4#0F1B22
5#0D171C
6#0A1216
7#080E11
8#05090B
9#030506
Tints
Lighter variations
1#274655
2#355E73
3#427690
4#508EAD
5#6CA1BC
6#8AB4C9
7#A7C7D7
8#C4D9E4
9#E2ECF2
Tones
Muted variations
1#1B2D36
2#1D2D35
3#1E2C33
4#202C32
5#212B30
6#232B2F
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 | D2E2 #D2E2EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFCC #AFCCDA | BordersInactive statesPlaceholder text |
| 400 | 85B1 #85B1C7 | Disabled statesSecondary iconsMuted text |
| 500 | 629A #629AB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 477E #477E9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3864 #38647A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2848 #284857 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A2E #1A2E38 | 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: #E7EFF4;
--charcoal-200: #D2E2EA;
--charcoal-300: #AFCCDA;
--charcoal-400: #85B1C7;
--charcoal-500: #629AB7;
--charcoal-600: #477E9A;
--charcoal-700: #38647A;
--charcoal-800: #284857;
--charcoal-900: #1A2E38;
--charcoal-950: #101D23;
}