Charcoal
#0D4145
CyanColor Codes
All color formats for development
HEX
#0D4145RGB
rgb(13, 65, 69)HSL
hsl(184, 68%, 16%)OKLCH
oklch(0.345 0.052 202.7)CMYK
cmyk(81%, 6%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C3A3E
2#0A3437
3#092D30
4#082729
5#072022
6#051A1B
7#041315
8#030D0E
9#010607
Tints
Lighter variations
1#146369
2#1B858D
3#22A7B1
4#28C9D4
5#4BD3DD
6#6FDCE4
7#93E5EA
8#B7EDF1
9#DBF6F8
Tones
Muted variations
1#103E42
2#133C3F
3#153A3C
4#183739
5#1B3537
6#1E3234
7#203031
8#232E2E
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F8 #E1F8F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7F1 #C7F1F4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE7 #9CE7EC | BordersInactive statesPlaceholder text |
| 400 | 69DA #69DAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3ED0 #3ED0DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24B2 #24B2BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D8E #1D8E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1465 #14656B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D41 #0D4145 | Primary textHigh emphasis contentDark headings |
| 950 | 0829 #08292B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E1F8F9;
--charcoal-200: #C7F1F4;
--charcoal-300: #9CE7EC;
--charcoal-400: #69DAE2;
--charcoal-500: #3ED0DA;
--charcoal-600: #24B2BC;
--charcoal-700: #1D8E96;
--charcoal-800: #14656B;
--charcoal-900: #0D4145;
--charcoal-950: #08292B;
}