Charcoal
#04484D
CyanColor Codes
All color formats for development
HEX
#04484DRGB
rgb(4, 72, 77)HSL
hsl(184, 90%, 16%)OKLCH
oklch(0.367 0.061 203)CMYK
cmyk(95%, 6%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044146
2#033A3E
3#033336
4#022C2F
5#022427
6#021D1F
7#011617
8#010F10
9#000708
Tints
Lighter variations
1#066F76
2#08959F
3#0BBBC8
4#0DE1F0
5#34E7F4
6#5CECF6
7#85F1F9
8#AEF6FB
9#D6FAFD
Tones
Muted variations
1#08454A
2#0B4246
3#0F3F43
4#133C3F
5#16393B
6#1A3637
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F8 #C0F8FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F2 #90F2F9 | BordersInactive statesPlaceholder text |
| 400 | 55EB #55EBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E6 #25E6F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC8 #0BC8D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099F #099FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0671 #067179 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0449 #04494E | Primary textHigh emphasis contentDark headings |
| 950 | 032D #032D30 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFBFD;
--charcoal-200: #C0F8FC;
--charcoal-300: #90F2F9;
--charcoal-400: #55EBF6;
--charcoal-500: #25E6F4;
--charcoal-600: #0BC8D5;
--charcoal-700: #099FAA;
--charcoal-800: #067179;
--charcoal-900: #04494E;
--charcoal-950: #032D30;
}