Charcoal
#0A4648
CyanColor Codes
All color formats for development
HEX
#0A4648RGB
rgb(10, 70, 72)HSL
hsl(182, 76%, 16%)OKLCH
oklch(0.36 0.057 198.4)CMYK
cmyk(86%, 3%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093F41
2#083839
3#073132
4#062A2B
5#052324
6#041C1D
7#031516
8#020E0E
9#010707
Tints
Lighter variations
1#0F6A6E
2#148F93
3#19B4B9
4#1ED8DF
5#43E0E5
6#68E6EA
7#8EECF0
8#B4F3F5
9#D9F9FA
Tones
Muted variations
1#0D4345
2#104042
3#133D3F
4#163A3B
5#193738
6#1C3435
7#1F3132
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 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EE #98EEF1 | BordersInactive statesPlaceholder text |
| 400 | 62E5 #62E5EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DE #35DEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC0 #1BC0C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1599 #15999D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6D #0F6D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A46 #0A4648 | 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: #C5F5F7;
--charcoal-300: #98EEF1;
--charcoal-400: #62E5EA;
--charcoal-500: #35DEE3;
--charcoal-600: #1BC0C5;
--charcoal-700: #15999D;
--charcoal-800: #0F6D70;
--charcoal-900: #0A4648;
--charcoal-950: #062C2D;
}