Charcoal
#10423B
CyanColor Codes
All color formats for development
HEX
#10423BRGB
rgb(16, 66, 59)HSL
hsl(172, 61%, 16%)OKLCH
oklch(0.344 0.053 181.9)CMYK
cmyk(76%, 0%, 11%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B35
2#0D352F
3#0B2E29
4#0A2723
5#08211E
6#061A18
7#051412
8#030D0C
9#020706
Tints
Lighter variations
1#18645A
2#218779
3#29A998
4#31CCB7
5#53D5C4
6#75DED0
7#98E6DB
8#BAEEE7
9#DDF7F3
Tones
Muted variations
1#123F39
2#153D37
3#173A36
4#1A3834
5#1C3532
6#1F3330
7#21302E
8#242E2C
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 #A1E8DF | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCE | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2C0 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB5A2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #239081 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #10423B | 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: #A1E8DF;
--charcoal-400: #6FDCCE;
--charcoal-500: #46D2C0;
--charcoal-600: #2CB5A2;
--charcoal-700: #239081;
--charcoal-800: #19675C;
--charcoal-900: #10423B;
--charcoal-950: #0A2925;
}