Charcoal
#04414D
CyanColor Codes
All color formats for development
HEX
#04414DRGB
rgb(4, 65, 77)HSL
hsl(190, 90%, 16%)OKLCH
oklch(0.346 0.059 215.6)CMYK
cmyk(95%, 16%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043B46
2#03343E
3#032E36
4#02272F
5#022127
6#021A1F
7#011417
8#010D10
9#000708
Tints
Lighter variations
1#066476
2#08869F
3#0BA8C8
4#0DCAF0
5#34D4F4
6#5CDDF6
7#85E5F9
8#AEEEFB
9#D6F6FD
Tones
Muted variations
1#083F4A
2#0B3C46
3#0F3A43
4#13373F
5#16353B
6#1A3337
7#1E3034
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 | DDF8 #DDF8FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F2 #C0F2FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E8 #90E8F9 | BordersInactive statesPlaceholder text |
| 400 | 55DB #55DBF6 | Disabled statesSecondary iconsMuted text |
| 500 | 25D1 #25D1F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB4 #0BB4D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098F #098FAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0666 #066679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0441 #04414E | Primary textHigh emphasis contentDark headings |
| 950 | 0329 #032930 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF8FD;
--charcoal-200: #C0F2FC;
--charcoal-300: #90E8F9;
--charcoal-400: #55DBF6;
--charcoal-500: #25D1F4;
--charcoal-600: #0BB4D5;
--charcoal-700: #098FAA;
--charcoal-800: #066679;
--charcoal-900: #04414E;
--charcoal-950: #032930;
}