Charcoal
#04414E
CyanColor Codes
All color formats for development
HEX
#04414ERGB
rgb(4, 65, 78)HSL
hsl(191, 90%, 16%)OKLCH
oklch(0.347 0.06 217.2)CMYK
cmyk(95%, 17%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043A46
2#03333E
3#032D36
4#02262F
5#022027
6#021A1F
7#011317
8#010D10
9#000608
Tints
Lighter variations
1#066276
2#08839F
3#0BA5C8
4#0DC7F0
5#34D1F4
6#5CDAF6
7#85E3F9
8#AEEDFB
9#D6F6FD
Tones
Muted variations
1#083E4A
2#0B3B46
3#0F3943
4#13373F
5#16343B
6#1A3237
7#1E3034
8#212D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0F1 #C0F1FC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E6 #90E6F9 | BordersInactive statesPlaceholder text |
| 400 | 55D9 #55D9F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25CE #25CEF4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BB0 #0BB0D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 098C #098CAA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0664 #066479 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0440 #04404E | Primary textHigh emphasis contentDark headings |
| 950 | 0328 #032830 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF7FD;
--charcoal-200: #C0F1FC;
--charcoal-300: #90E6F9;
--charcoal-400: #55D9F6;
--charcoal-500: #25CEF4;
--charcoal-600: #0BB0D5;
--charcoal-700: #098CAA;
--charcoal-800: #066479;
--charcoal-900: #04404E;
--charcoal-950: #032830;
}