Charcoal
#10423C
CyanColor Codes
All color formats for development
HEX
#10423CRGB
rgb(16, 66, 60)HSL
hsl(173, 61%, 16%)OKLCH
oklch(0.345 0.053 183.7)CMYK
cmyk(76%, 0%, 9%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B36
2#0D3530
3#0B2E2A
4#0A2724
5#08211E
6#061A18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#18645B
2#21877B
3#29A99A
4#31CCBA
5#53D5C6
6#75DED1
7#98E6DD
8#BAEEE8
9#DDF7F4
Tones
Muted variations
1#123F3A
2#153D38
3#173A36
4#1A3834
5#1C3532
6#1F3330
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 #E2F8F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E0 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCF | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239083 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675E | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423C | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2925 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFB;
--charcoal-100: #E2F8F5;
--charcoal-200: #CAF2ED;
--charcoal-300: #A1E8E0;
--charcoal-400: #6FDCCF;
--charcoal-500: #46D2C2;
--charcoal-600: #2CB5A5;
--charcoal-700: #239083;
--charcoal-800: #19675E;
--charcoal-900: #10423C;
--charcoal-950: #0A2925;
}