Charcoal
#0A4841
CyanColor Codes
All color formats for development
HEX
#0A4841RGB
rgb(10, 72, 65)HSL
hsl(173, 76%, 16%)OKLCH
oklch(0.363 0.06 183.4)CMYK
cmyk(86%, 0%, 10%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09413A
2#083934
3#07322D
4#062B27
5#052420
6#041D1A
7#031613
8#020E0D
9#010706
Tints
Lighter variations
1#0F6E62
2#149384
3#19B9A6
4#1EDFC8
5#43E5D2
6#68EADB
7#8EF0E4
8#B4F5ED
9#D9FAF6
Tones
Muted variations
1#0D453E
2#10423C
3#133F39
4#163B37
5#193835
6#1C3532
7#1F3230
8#232F2E
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F1 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E7 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3CF | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B2 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D8D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7065 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4841 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FBF8;
--charcoal-200: #C5F7F1;
--charcoal-300: #98F1E7;
--charcoal-400: #62EADA;
--charcoal-500: #35E3CF;
--charcoal-600: #1BC5B2;
--charcoal-700: #159D8D;
--charcoal-800: #0F7065;
--charcoal-900: #0A4841;
--charcoal-950: #062D28;
}