Charcoal
#0A4748
CyanColor Codes
All color formats for development
HEX
#0A4748RGB
rgb(10, 71, 72)HSL
hsl(181, 76%, 16%)OKLCH
oklch(0.363 0.058 196.6)CMYK
cmyk(86%, 1%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094041
2#083939
3#073232
4#062A2B
5#052324
6#041C1D
7#031516
8#020E0E
9#010707
Tints
Lighter variations
1#0F6C6E
2#149193
3#19B6B9
4#1EDBDF
5#43E3E5
6#68E8EA
7#8EEEF0
8#B4F4F5
9#D9F9FA
Tones
Muted variations
1#0D4445
2#104142
3#133E3F
4#163B3B
5#193838
6#1C3535
7#1F3232
8#232F2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FA #E0FAFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F6 #C5F6F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EF #98EFF1 | BordersInactive statesPlaceholder text |
| 400 | 62E7 #62E7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35E1 #35E1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC3 #1BC3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159B #159B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6F #0F6F70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A47 #0A4748 | Primary textHigh emphasis contentDark headings |
| 950 | 062C #062C2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FAFB;
--charcoal-200: #C5F6F7;
--charcoal-300: #98EFF1;
--charcoal-400: #62E7EA;
--charcoal-500: #35E1E3;
--charcoal-600: #1BC3C5;
--charcoal-700: #159B9D;
--charcoal-800: #0F6F70;
--charcoal-900: #0A4748;
--charcoal-950: #062C2D;
}