Charcoal
#0A4838
CyanColor Codes
All color formats for development
HEX
#0A4838RGB
rgb(10, 72, 56)HSL
hsl(165, 76%, 16%)OKLCH
oklch(0.36 0.066 170.5)CMYK
cmyk(86%, 0%, 22%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094133
2#08392D
3#073227
4#062B22
5#05241C
6#041D17
7#031611
8#020E0B
9#010706
Tints
Lighter variations
1#0F6E56
2#149373
3#19B991
4#1EDFAF
5#43E5BD
6#68EACA
7#8EF0D7
8#B4F5E4
9#D9FAF2
Tones
Muted variations
1#0D4537
2#104235
3#133F34
4#163B32
5#193831
6#1C352F
7#1F322D
8#232F2C
9#262C2A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFA | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF4 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EA | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DB | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAC8 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3B8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59B | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7058 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4838 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D23 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF4;
--charcoal-200: #C5F7EA;
--charcoal-300: #98F1DB;
--charcoal-400: #62EAC8;
--charcoal-500: #35E3B8;
--charcoal-600: #1BC59B;
--charcoal-700: #159D7B;
--charcoal-800: #0F7058;
--charcoal-900: #0A4838;
--charcoal-950: #062D23;
}