Charcoal
#10423D
CyanColor Codes
All color formats for development
HEX
#10423DRGB
rgb(16, 66, 61)HSL
hsl(174, 61%, 16%)OKLCH
oklch(0.345 0.053 185.5)CMYK
cmyk(76%, 0%, 8%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B37
2#0D3531
3#0B2E2A
4#0A2724
5#08211E
6#061A18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#18645D
2#21877C
3#29A99C
4#31CCBC
5#53D5C8
6#75DED3
7#98E6DE
8#BAEEE9
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 #CAF2EE | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8E1 | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCD1 | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239085 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675F | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423D | 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: #CAF2EE;
--charcoal-300: #A1E8E1;
--charcoal-400: #6FDCD1;
--charcoal-500: #46D2C4;
--charcoal-600: #2CB5A7;
--charcoal-700: #239085;
--charcoal-800: #19675F;
--charcoal-900: #10423D;
--charcoal-950: #0A2926;
}