Charcoal
#043D4E
CyanColor Codes
All color formats for development
HEX
#043D4ERGB
rgb(4, 61, 78)HSL
hsl(194, 90%, 16%)OKLCH
oklch(0.335 0.061 224.4)CMYK
cmyk(95%, 22%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043646
2#03303E
3#032A36
4#02242F
5#021E27
6#02181F
7#011217
8#010C10
9#000608
Tints
Lighter variations
1#065C76
2#087C9F
3#0B9BC8
4#0DBBF0
5#34C7F4
6#5CD2F6
7#85DEF9
8#AEE9FB
9#D6F4FD
Tones
Muted variations
1#083A4A
2#0B3846
3#0F3743
4#13353F
5#16333B
6#1A3137
7#1E2F34
8#212D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FB #F0FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF6 #DDF6FD | Light backgroundsTable row hoverSkeleton loading |
| 200 | C0EE #C0EEFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E1 #90E1F9 | BordersInactive statesPlaceholder text |
| 400 | 55D1 #55D1F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C3 #25C3F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA6 #0BA6D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0984 #0984AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 065E #065E79 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043C #043C4E | Primary textHigh emphasis contentDark headings |
| 950 | 0326 #032630 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF6FD;
--charcoal-200: #C0EEFC;
--charcoal-300: #90E1F9;
--charcoal-400: #55D1F6;
--charcoal-500: #25C3F4;
--charcoal-600: #0BA6D5;
--charcoal-700: #0984AA;
--charcoal-800: #065E79;
--charcoal-900: #043C4E;
--charcoal-950: #032630;
}