Charcoal
#07484A
CyanColor Codes
All color formats for development
HEX
#07484ARGB
rgb(7, 72, 74)HSL
hsl(182, 83%, 16%)OKLCH
oklch(0.366 0.059 198.2)CMYK
cmyk(91%, 3%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064143
2#063A3C
3#053334
4#042B2D
5#032425
6#031D1E
7#021616
8#010E0F
9#010707
Tints
Lighter variations
1#0B6E72
2#0E9499
3#12BAC0
4#16E0E7
5#3BE7ED
6#62ECF0
7#89F1F4
8#B1F5F8
9#D8FAFB
Tones
Muted variations
1#0A4547
2#0E4244
3#113F41
4#143C3D
5#18393A
6#1B3536
7#1F3233
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F8 #C2F8F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F2 #94F2F5 | BordersInactive statesPlaceholder text |
| 400 | 5CEB #5CEBF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DE5 #2DE5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13C7 #13C7CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F9E #0F9EA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B71 #0B7175 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0748 #07484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFBFC;
--charcoal-200: #C2F8F9;
--charcoal-300: #94F2F5;
--charcoal-400: #5CEBF0;
--charcoal-500: #2DE5EB;
--charcoal-600: #13C7CD;
--charcoal-700: #0F9EA3;
--charcoal-800: #0B7175;
--charcoal-900: #07484B;
--charcoal-950: #042D2F;
}