Charcoal
#04464E
CyanColor Codes
All color formats for development
HEX
#04464ERGB
rgb(4, 70, 78)HSL
hsl(186, 90%, 16%)OKLCH
oklch(0.361 0.06 208.1)CMYK
cmyk(95%, 10%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043F46
2#03383E
3#033136
4#022A2F
5#022327
6#021C1F
7#011517
8#010E10
9#000708
Tints
Lighter variations
1#066B76
2#08909F
3#0BB5C8
4#0DDAF0
5#34E1F4
6#5CE7F6
7#85EDF9
8#AEF3FB
9#D6F9FD
Tones
Muted variations
1#08434A
2#0B4046
3#0F3D43
4#133A3F
5#16373B
6#1A3537
7#1E3234
8#212F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F6 #C0F6FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EF #90EFF9 | BordersInactive statesPlaceholder text |
| 400 | 55E6 #55E6F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25DF #25DFF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC1 #0BC1D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099A #099AAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066E #066E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0446 #04464E | Primary textHigh emphasis contentDark headings |
| 950 | 032C #032C30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFAFD;
--charcoal-200: #C0F6FC;
--charcoal-300: #90EFF9;
--charcoal-400: #55E6F6;
--charcoal-500: #25DFF4;
--charcoal-600: #0BC1D5;
--charcoal-700: #099AAA;
--charcoal-800: #066E79;
--charcoal-900: #04464E;
--charcoal-950: #032C30;
}