Charcoal
#04434D
CyanColor Codes
All color formats for development
HEX
#04434DRGB
rgb(4, 67, 77)HSL
hsl(188, 90%, 16%)OKLCH
oklch(0.352 0.059 211.9)CMYK
cmyk(95%, 13%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043D46
2#03363E
3#032F36
4#02292F
5#022227
6#021B1F
7#011417
8#010E10
9#000708
Tints
Lighter variations
1#066776
2#088B9F
3#0BAEC8
4#0DD2F0
5#34DBF4
6#5CE2F6
7#85E9F9
8#AEF0FB
9#D6F8FD
Tones
Muted variations
1#08414A
2#0B3E46
3#0F3C43
4#13393F
5#16363B
6#1A3437
7#1E3134
8#212E30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF9 #DDF9FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F4 #C0F4FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90EB #90EBF9 | BordersInactive statesPlaceholder text |
| 400 | 55E1 #55E1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D8 #25D8F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BBA #0BBAD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0994 #0994AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 066A #066A79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0444 #04444E | Primary textHigh emphasis contentDark headings |
| 950 | 032A #032A30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF9FD;
--charcoal-200: #C0F4FC;
--charcoal-300: #90EBF9;
--charcoal-400: #55E1F6;
--charcoal-500: #25D8F4;
--charcoal-600: #0BBAD5;
--charcoal-700: #0994AA;
--charcoal-800: #066A79;
--charcoal-900: #04444E;
--charcoal-950: #032A30;
}