Charcoal
#1A3438
CyanColor Codes
All color formats for development
HEX
#1A3438RGB
rgb(26, 52, 56)HSL
hsl(188, 37%, 16%)OKLCH
oklch(0.306 0.033 208.3)CMYK
cmyk(54%, 7%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#172F32
2#15292D
3#122427
4#0F1F22
5#0D1A1C
6#0A1516
7#081011
8#050A0B
9#030506
Tints
Lighter variations
1#274F55
2#356A73
3#428690
4#50A1AD
5#6CB1BC
6#8AC1C9
7#A7D0D7
8#C4E0E4
9#E2EFF2
Tones
Muted variations
1#1B3336
2#1D3235
3#1E3133
4#202F32
5#212E30
6#232D2F
7#242C2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5F9 #F5F9FA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F2 #E7F2F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E7 #D2E7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD4 #AFD4DA | BordersInactive statesPlaceholder text |
| 400 | 85BE #85BEC7 | Disabled statesSecondary iconsMuted text |
| 500 | 62AB #62ABB7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 478F #478F9A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3871 #38717A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2851 #285157 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A34 #1A3438 | Primary textHigh emphasis contentDark headings |
| 950 | 1020 #102023 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5F9FA;
--charcoal-100: #E7F2F4;
--charcoal-200: #D2E7EA;
--charcoal-300: #AFD4DA;
--charcoal-400: #85BEC7;
--charcoal-500: #62ABB7;
--charcoal-600: #478F9A;
--charcoal-700: #38717A;
--charcoal-800: #285157;
--charcoal-900: #1A3438;
--charcoal-950: #102023;
}