Charcoal
#1A3638
CyanColor Codes
All color formats for development
HEX
#1A3638RGB
rgb(26, 54, 56)HSL
hsl(184, 37%, 16%)OKLCH
oklch(0.312 0.034 201.6)CMYK
cmyk(54%, 4%, 0%, 78%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#173032
2#152B2D
3#122627
4#0F2022
5#0D1B1C
6#0A1616
7#081011
8#050B0B
9#030506
Tints
Lighter variations
1#275255
2#356E73
3#428B90
4#50A7AD
5#6CB6BC
6#8AC5C9
7#A7D3D7
8#C4E2E4
9#E2F0F2
Tones
Muted variations
1#1B3536
2#1D3335
3#1E3233
4#203132
5#212F30
6#232E2F
7#242D2D
8#262B2C
9#272A2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F5FA #F5FAFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E7F3 #E7F3F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | D2E8 #D2E8EA | Secondary backgroundsInput backgroundsDividers |
| 300 | AFD7 #AFD7DA | BordersInactive statesPlaceholder text |
| 400 | 85C2 #85C2C7 | Disabled statesSecondary iconsMuted text |
| 500 | 62B1 #62B1B7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 4794 #47949A | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3876 #38767A | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2854 #285457 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1A36 #1A3638 | Primary textHigh emphasis contentDark headings |
| 950 | 1022 #102223 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F5FAFA;
--charcoal-100: #E7F3F4;
--charcoal-200: #D2E8EA;
--charcoal-300: #AFD7DA;
--charcoal-400: #85C2C7;
--charcoal-500: #62B1B7;
--charcoal-600: #47949A;
--charcoal-700: #38767A;
--charcoal-800: #285457;
--charcoal-900: #1A3638;
--charcoal-950: #102223;
}