Charcoal
#043D4D
CyanColor Codes
All color formats for development
HEX
#043D4DRGB
rgb(4, 61, 77)HSL
hsl(193, 90%, 16%)OKLCH
oklch(0.335 0.06 222.9)CMYK
cmyk(95%, 21%, 0%, 70%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#043746
2#03313E
3#032B36
4#02252F
5#021F27
6#02191F
7#011217
8#010C10
9#000608
Tints
Lighter variations
1#065E76
2#087E9F
3#0B9FC8
4#0DBFF0
5#34CBF4
6#5CD5F6
7#85E0F9
8#AEEAFB
9#D6F5FD
Tones
Muted variations
1#083C4A
2#0B3946
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 | C0EF #C0EFFC | Secondary backgroundsInput backgroundsDividers |
| 300 | 90E2 #90E2F9 | BordersInactive statesPlaceholder text |
| 400 | 55D3 #55D3F6 | Disabled statesSecondary iconsMuted text |
| 500 | 25C7 #25C7F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0BA9 #0BA9D5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0987 #0987AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0660 #066079 | Text on light backgroundsHeadingsStrong borders |
| 900 | 043E #043E4E | Primary textHigh emphasis contentDark headings |
| 950 | 0327 #032730 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FBFE;
--charcoal-100: #DDF6FD;
--charcoal-200: #C0EFFC;
--charcoal-300: #90E2F9;
--charcoal-400: #55D3F6;
--charcoal-500: #25C7F4;
--charcoal-600: #0BA9D5;
--charcoal-700: #0987AA;
--charcoal-800: #066079;
--charcoal-900: #043E4E;
--charcoal-950: #032730;
}