Charcoal
#052E2D
CyanColor Codes
All color formats for development
HEX
#052E2DRGB
rgb(5, 46, 45)HSL
hsl(179, 80%, 10%)OKLCH
oklch(0.274 0.043 192.5)CMYK
cmyk(89%, 0%, 2%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052929
2#042524
3#042020
4#031C1B
5#031717
6#021212
7#020E0E
8#010909
9#010505
Tints
Lighter variations
1#0A5756
2#0E817F
3#13AAA7
4#17D3D0
5#30E8E5
6#5AEDEA
7#83F1EF
8#ACF6F5
9#D6FAFA
Tones
Muted variations
1#072C2B
2#092A29
3#0B2827
4#0D2625
5#0F2423
6#112221
7#13201F
8#151E1D
9#171C1B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBFB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F2 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDEB | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAC7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A19E | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084948 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFB;
--charcoal-200: #C3F8F7;
--charcoal-300: #95F3F2;
--charcoal-400: #5EEDEB;
--charcoal-500: #30E8E5;
--charcoal-600: #16CAC7;
--charcoal-700: #12A19E;
--charcoal-800: #0D7371;
--charcoal-900: #084948;
--charcoal-950: #052E2D;
}