Charcoal
#004752
CyanColor Codes
All color formats for development
HEX
#004752RGB
rgb(0, 71, 82)HSL
hsl(188, 100%, 16%)OKLCH
oklch(0.365 0.064 212.2)CMYK
cmyk(100%, 13%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#004049
2#003941
3#003239
4#002A31
5#002329
6#001C21
7#001518
8#000E10
9#000708
Tints
Lighter variations
1#006C7C
2#0091A7
3#00B6D2
4#00DBFD
5#29E2FF
6#54E8FF
7#7EEEFF
8#A9F4FF
9#D4F9FF
Tones
Muted variations
1#04444E
2#084149
3#0C3E45
4#103B41
5#14383D
6#183539
7#1D3235
8#212F31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFA #DBFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AEF #8AEFFF | BordersInactive statesPlaceholder text |
| 400 | 4DE7 #4DE7FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AE0 #1AE0FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00C2 #00C2E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 009B #009BB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 006F #006F80 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0047 #004752 | Primary textHigh emphasis contentDark headings |
| 950 | 002C #002C33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DBFAFF;
--charcoal-200: #BDF6FF;
--charcoal-300: #8AEFFF;
--charcoal-400: #4DE7FF;
--charcoal-500: #1AE0FF;
--charcoal-600: #00C2E0;
--charcoal-700: #009BB3;
--charcoal-800: #006F80;
--charcoal-900: #004752;
--charcoal-950: #002C33;
}