Charcoal
#0D453A
CyanColor Codes
All color formats for development
HEX
#0D453ARGB
rgb(13, 69, 58)HSL
hsl(168, 68%, 16%)OKLCH
oklch(0.352 0.059 176.3)CMYK
cmyk(81%, 0%, 16%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3E34
2#0A372E
3#093028
4#082922
5#07221D
6#051B17
7#041511
8#030E0B
9#010706
Tints
Lighter variations
1#146958
2#1B8D76
3#22B194
4#28D4B2
5#4BDDC0
6#6FE4CC
7#93EAD9
8#B7F1E6
9#DBF8F2
Tones
Muted variations
1#104238
2#133F36
3#153C34
4#183933
5#1B3731
6#1E342F
7#20312E
8#232E2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F9 #E1F9F4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F4 #C7F4EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CEC #9CECDC | BordersInactive statesPlaceholder text |
| 400 | 69E2 #69E2CA | Disabled statesSecondary iconsMuted text |
| 500 | 3EDA #3EDABB | Primary brand colorCTAsActive elementsLinks |
| 600 | 24BC #24BC9E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D96 #1D967E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 146B #146B5A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D45 #0D4539 | Primary textHigh emphasis contentDark headings |
| 950 | 082B #082B24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E1F9F4;
--charcoal-200: #C7F4EB;
--charcoal-300: #9CECDC;
--charcoal-400: #69E2CA;
--charcoal-500: #3EDABB;
--charcoal-600: #24BC9E;
--charcoal-700: #1D967E;
--charcoal-800: #146B5A;
--charcoal-900: #0D4539;
--charcoal-950: #082B24;
}