Charcoal
#052E2E
CyanColor Codes
All color formats for development
HEX
#052E2ERGB
rgb(5, 46, 46)HSL
hsl(180, 80%, 10%)OKLCH
oklch(0.274 0.043 194.9)CMYK
cmyk(89%, 0%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052929
2#042525
3#042020
4#031C1C
5#031717
6#021212
7#020E0E
8#010909
9#010505
Tints
Lighter variations
1#0A5757
2#0E8181
3#13AAAA
4#17D3D3
5#30E8E8
6#5AEDED
7#83F1F1
8#ACF6F6
9#D6FAFA
Tones
Muted variations
1#072C2C
2#092A2A
3#0B2828
4#0D2626
5#0F2424
6#112222
7#132020
8#151E1E
9#171C1C
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 #C3F8F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3F3 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDED | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CACA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A1A1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7373 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #084949 | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFB;
--charcoal-200: #C3F8F8;
--charcoal-300: #95F3F3;
--charcoal-400: #5EEDED;
--charcoal-500: #30E8E8;
--charcoal-600: #16CACA;
--charcoal-700: #12A1A1;
--charcoal-800: #0D7373;
--charcoal-900: #084949;
--charcoal-950: #052E2E;
}