Charcoal
#004152
CyanColor Codes
All color formats for development
HEX
#004152RGB
rgb(0, 65, 82)HSL
hsl(192, 100%, 16%)OKLCH
oklch(0.348 0.064 222.3)CMYK
cmyk(100%, 21%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#003B49
2#003441
3#002E39
4#002731
5#002129
6#001A21
7#001418
8#000D10
9#000708
Tints
Lighter variations
1#00647C
2#0086A7
3#00A8D2
4#00CAFD
5#29D4FF
6#54DDFF
7#7EE5FF
8#A9EEFF
9#D4F6FF
Tones
Muted variations
1#043F4E
2#083C49
3#0C3A45
4#103741
5#14353D
6#183339
7#1D3035
8#212E31
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBF8 #DBF8FF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF2 #BDF2FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AE8 #8AE8FF | BordersInactive statesPlaceholder text |
| 400 | 4DDB #4DDBFF | Disabled statesSecondary iconsMuted text |
| 500 | 1AD1 #1AD1FF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00B4 #00B4E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 008F #008FB3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0066 #006680 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0041 #004152 | Primary textHigh emphasis contentDark headings |
| 950 | 0029 #002933 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DBF8FF;
--charcoal-200: #BDF2FF;
--charcoal-300: #8AE8FF;
--charcoal-400: #4DDBFF;
--charcoal-500: #1AD1FF;
--charcoal-600: #00B4E0;
--charcoal-700: #008FB3;
--charcoal-800: #006680;
--charcoal-900: #004152;
--charcoal-950: #002933;
}