Charcoal
#0A483A
CyanColor Codes
All color formats for development
HEX
#0A483ARGB
rgb(10, 72, 58)HSL
hsl(166, 76%, 16%)OKLCH
oklch(0.36 0.064 173.1)CMYK
cmyk(86%, 0%, 19%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094134
2#08392E
3#073228
4#062B22
5#05241D
6#041D17
7#031611
8#020E0B
9#010706
Tints
Lighter variations
1#0F6E57
2#149376
3#19B994
4#1EDFB2
5#43E5BF
6#68EACC
7#8EF0D9
8#B4F5E6
9#D9FAF2
Tones
Muted variations
1#0D4538
2#104236
3#133F34
4#163B33
5#193831
6#1C352F
7#1F322E
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 #C5F7EB | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1DC | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EACA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3BB | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC59E | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D7D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F705A | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4839 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D24 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFA;
--charcoal-100: #E0FBF4;
--charcoal-200: #C5F7EB;
--charcoal-300: #98F1DC;
--charcoal-400: #62EACA;
--charcoal-500: #35E3BB;
--charcoal-600: #1BC59E;
--charcoal-700: #159D7D;
--charcoal-800: #0F705A;
--charcoal-900: #0A4839;
--charcoal-950: #062D24;
}