Charcoal
#052D2E
CyanColor Codes
All color formats for development
HEX
#052D2ERGB
rgb(5, 45, 46)HSL
hsl(181, 80%, 10%)OKLCH
oklch(0.271 0.042 197.4)CMYK
cmyk(89%, 2%, 0%, 82%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#052929
2#042425
3#042020
4#031B1C
5#031717
6#021212
7#020E0E
8#010909
9#010505
Tints
Lighter variations
1#0A5657
2#0E7F81
3#13A7AA
4#17D0D3
5#30E5E8
6#5AEAED
7#83EFF1
8#ACF5F6
9#D6FAFA
Tones
Muted variations
1#072B2C
2#09292A
3#0B2728
4#0D2526
5#0F2324
6#112122
7#131F20
8#151D1E
9#171B1C
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 | C3F7 #C3F7F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F2 #95F2F3 | BordersInactive statesPlaceholder text |
| 400 | 5EEB #5EEBED | Disabled statesSecondary iconsMuted text |
| 500 | 30E5 #30E5E8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16C7 #16C7CA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 129E #129EA1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D71 #0D7173 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0848 #084849 | Primary textHigh emphasis contentDark headings |
| 950 | 052D #052D2E | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFD;
--charcoal-100: #DFFBFB;
--charcoal-200: #C3F7F8;
--charcoal-300: #95F2F3;
--charcoal-400: #5EEBED;
--charcoal-500: #30E5E8;
--charcoal-600: #16C7CA;
--charcoal-700: #129EA1;
--charcoal-800: #0D7173;
--charcoal-900: #084849;
--charcoal-950: #052D2E;
}