Charcoal
#10423F
CyanColor Codes
All color formats for development
HEX
#10423FRGB
rgb(16, 66, 63)HSL
hsl(176, 61%, 16%)OKLCH
oklch(0.346 0.052 189.3)CMYK
cmyk(76%, 0%, 5%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B38
2#0D3532
3#0B2E2C
4#0A2725
5#08211F
6#061A19
7#051413
8#030D0C
9#020706
Tints
Lighter variations
1#18645F
2#218780
3#29A9A1
4#31CCC1
5#53D5CD
6#75DED7
7#98E6E1
8#BAEEEB
9#DDF7F5
Tones
Muted variations
1#123F3C
2#153D3A
3#173A38
4#1A3836
5#1C3534
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 #E2F8F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EF | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E3 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD5 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239088 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #196761 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423E | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2927 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F7;
--charcoal-200: #CAF2EF;
--charcoal-300: #A1E8E3;
--charcoal-400: #6FDCD5;
--charcoal-500: #46D2C9;
--charcoal-600: #2CB5AC;
--charcoal-700: #239088;
--charcoal-800: #196761;
--charcoal-900: #10423E;
--charcoal-950: #0A2927;
}