Charcoal
#004B52
CyanColor Codes
All color formats for development
HEX
#004B52RGB
rgb(0, 75, 82)HSL
hsl(185, 100%, 16%)OKLCH
oklch(0.377 0.064 205.5)CMYK
cmyk(100%, 9%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004349
2#003C41
3#003439
4#002D31
5#002529
6#001E21
7#001618
8#000F10
9#000708
Tints
Lighter variations
1#00727C
2#0099A7
3#00C1D2
4#00E8FD
5#29EDFF
6#54F1FF
7#7EF4FF
8#A9F8FF
9#D4FBFF
Tones
Muted variations
1#04474E
2#084449
3#0C4145
4#103D41
5#143A3D
6#183639
7#1D3335
8#213031
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DBFCFF;
--charcoal-200: #BDF9FF;
--charcoal-300: #8AF5FF;
--charcoal-400: #4DF0FF;
--charcoal-500: #1AECFF;
--charcoal-600: #00CEE0;
--charcoal-700: #00A4B3;
--charcoal-800: #007580;
--charcoal-900: #004B52;
--charcoal-950: #002F33;
}