Charcoal
#0A3A48
CyanColor Codes
All color formats for development
HEX
#0A3A48RGB
rgb(10, 58, 72)HSL
hsl(194, 76%, 16%)OKLCH
oklch(0.325 0.054 222.3)CMYK
cmyk(86%, 19%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093441
2#082E39
3#072832
4#06222B
5#051D24
6#04171D
7#031116
8#020B0E
9#010607
Tints
Lighter variations
1#0F576E
2#147693
3#1994B9
4#1EB2DF
5#43BFE5
6#68CCEA
7#8ED9F0
8#B4E6F5
9#D9F2FA
Tones
Muted variations
1#0D3845
2#103642
3#13343F
4#16333B
5#193138
6#1C2F35
7#1F2E32
8#232C2F
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F4 #E0F4FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EB #C5EBF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DC #98DCF1 | BordersInactive statesPlaceholder text |
| 400 | 62CA #62CAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BB #35BBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1B9E #1B9EC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 157D #157D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5A #0F5A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A39 #0A3948 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E0F4FB;
--charcoal-200: #C5EBF7;
--charcoal-300: #98DCF1;
--charcoal-400: #62CAEA;
--charcoal-500: #35BBE3;
--charcoal-600: #1B9EC5;
--charcoal-700: #157D9D;
--charcoal-800: #0F5A70;
--charcoal-900: #0A3948;
--charcoal-950: #06242D;
}