Charcoal
#04484E
CyanColor Codes
All color formats for development
HEX
#04484ERGB
rgb(4, 72, 78)HSL
hsl(185, 90%, 16%)OKLCH
oklch(0.367 0.061 204.6)CMYK
cmyk(95%, 8%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#044046
2#03393E
3#033236
4#022B2F
5#022427
6#021D1F
7#011517
8#010E10
9#000708
Tints
Lighter variations
1#066D76
2#08929F
3#0BB8C8
4#0DDDF0
5#34E4F4
6#5CEAF6
7#85EFF9
8#AEF4FB
9#D6FAFD
Tones
Muted variations
1#08444A
2#0B4146
3#0F3E43
4#133B3F
5#16383B
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 | DDFB #DDFBFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F7 #C0F7FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90F0 #90F0F9 | BordersInactive statesPlaceholder text |
| 400 | 55E9 #55E9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25E2 #25E2F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BC4 #0BC4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 099C #099CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0670 #067079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0447 #04474E | 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: #C0F7FC;
--charcoal-300: #90F0F9;
--charcoal-400: #55E9F6;
--charcoal-500: #25E2F4;
--charcoal-600: #0BC4D5;
--charcoal-700: #099CAA;
--charcoal-800: #067079;
--charcoal-900: #04474E;
--charcoal-950: #032D30;
}