Charcoal
#10423A
CyanColor Codes
All color formats for development
HEX
#10423ARGB
rgb(16, 66, 58)HSL
hsl(170, 61%, 16%)OKLCH
oklch(0.344 0.054 180.1)CMYK
cmyk(76%, 0%, 12%, 74%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0E3B34
2#0D352E
3#0B2E28
4#0A2722
5#08211D
6#061A17
7#051411
8#030D0B
9#020706
Tints
Lighter variations
1#186458
2#218776
3#29A994
4#31CCB2
5#53D5BF
6#75DECC
7#98E6D9
8#BAEEE6
9#DDF7F2
Tones
Muted variations
1#123F38
2#153D36
3#173A34
4#1A3833
5#1C3531
6#1F332F
7#21302E
8#242E2C
9#262B2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3FC #F3FCFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2F8 #E2F8F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAF2 #CAF2EB | Secondary backgroundsInput backgroundsDividers |
| 300 | A1E8 #A1E8DC | BordersInactive statesPlaceholder text |
| 400 | 6FDC #6FDCCA | Disabled statesSecondary iconsMuted text |
| 500 | 46D2 #46D2BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 2CB5 #2CB59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2390 #23907E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1967 #19675A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1042 #104239 | Primary textHigh emphasis contentDark headings |
| 950 | 0A29 #0A2924 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3FCFA;
--charcoal-100: #E2F8F4;
--charcoal-200: #CAF2EB;
--charcoal-300: #A1E8DC;
--charcoal-400: #6FDCCA;
--charcoal-500: #46D2BB;
--charcoal-600: #2CB59E;
--charcoal-700: #23907E;
--charcoal-800: #19675A;
--charcoal-900: #104239;
--charcoal-950: #0A2924;
}