Charcoal
#0A4848
CyanColor Codes
All color formats for development
HEX
#0A4848RGB
rgb(10, 72, 72)HSL
hsl(180, 76%, 16%)OKLCH
oklch(0.366 0.058 194.9)CMYK
cmyk(86%, 0%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094141
2#083939
3#073232
4#062B2B
5#052424
6#041D1D
7#031616
8#020E0E
9#010707
Tints
Lighter variations
1#0F6E6E
2#149393
3#19B9B9
4#1EDFDF
5#43E5E5
6#68EAEA
7#8EF0F0
8#B4F5F5
9#D9FAFA
Tones
Muted variations
1#0D4545
2#104242
3#133F3F
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 | E0FB #E0FBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1F1 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A4848 | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0FBFB;
--charcoal-200: #C5F7F7;
--charcoal-300: #98F1F1;
--charcoal-400: #62EAEA;
--charcoal-500: #35E3E3;
--charcoal-600: #1BC5C5;
--charcoal-700: #159D9D;
--charcoal-800: #0F7070;
--charcoal-900: #0A4848;
--charcoal-950: #062D2D;
}