Charcoal
#10423E
CyanColor Codes
All color formats for development
HEX
#10423ERGB
rgb(16, 66, 62)HSL
hsl(175, 61%, 16%)OKLCH
oklch(0.345 0.052 187.4)CMYK
cmyk(76%, 0%, 6%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B37
2#0D3531
3#0B2E2B
4#0A2725
5#08211F
6#061A19
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#18645E
2#21877E
3#29A99E
4#31CCBF
5#53D5CA
6#75DED5
7#98E6DF
8#BAEEEA
9#DDF7F4
Tones
Muted variations
1#123F3B
2#153D39
3#173A37
4#1A3835
5#1C3533
6#1F3331
7#21302F
8#242E2D
9#262B2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E2 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD3 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239087 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196760 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2926 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F6;
--charcoal-200: #CAF2EF;
--charcoal-300: #A1E8E2;
--charcoal-400: #6FDCD3;
--charcoal-500: #46D2C7;
--charcoal-600: #2CB5A9;
--charcoal-700: #239087;
--charcoal-800: #196760;
--charcoal-900: #10423E;
--charcoal-950: #0A2926;
}