Charcoal
#0A4843
CyanColor Codes
All color formats for development
HEX
#0A4843RGB
rgb(10, 72, 67)HSL
hsl(175, 76%, 16%)OKLCH
oklch(0.364 0.059 186.6)CMYK
cmyk(86%, 0%, 7%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#09413C
2#083935
3#07322F
4#062B28
5#052421
6#041D1B
7#031614
8#020E0D
9#010707
Tints
Lighter variations
1#0F6E66
2#149389
3#19B9AC
4#1EDFCF
5#43E5D8
6#68EAE0
7#8EF0E7
8#B4F5EF
9#D9FAF7
Tones
Muted variations
1#0D4540
2#10423D
3#133F3B
4#163B38
5#193836
6#1C3533
7#1F3231
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 #C5F7F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E9 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EADE | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3D5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5B7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D92 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7068 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4843 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFC;
--charcoal-100: #E0FBF8;
--charcoal-200: #C5F7F3;
--charcoal-300: #98F1E9;
--charcoal-400: #62EADE;
--charcoal-500: #35E3D5;
--charcoal-600: #1BC5B7;
--charcoal-700: #159D92;
--charcoal-800: #0F7068;
--charcoal-900: #0A4843;
--charcoal-950: #062D2A;
}