Charcoal
#0A4548
CyanColor Codes
All color formats for development
HEX
#0A4548RGB
rgb(10, 69, 72)HSL
hsl(183, 76%, 16%)OKLCH
oklch(0.357 0.056 200.2)CMYK
cmyk(86%, 4%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093E41
2#083739
3#073032
4#06292B
5#052224
6#041B1D
7#031516
8#020E0E
9#010707
Tints
Lighter variations
1#0F696E
2#148D93
3#19B1B9
4#1ED5DF
5#43DDE5
6#68E4EA
7#8EEBF0
8#B4F1F5
9#D9F8FA
Tones
Muted variations
1#0D4245
2#103F42
3#133C3F
4#163A3B
5#193738
6#1C3435
7#1F3132
8#232E2F
9#262C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F5 #C5F5F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EC #98ECF1 | BordersInactive statesPlaceholder text |
| 400 | 62E3 #62E3EA | Disabled statesSecondary iconsMuted text |
| 500 | 35DB #35DBE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBD #1BBDC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1596 #15969D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6B #0F6B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A45 #0A4548 | Primary textHigh emphasis contentDark headings |
| 950 | 062B #062B2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFD;
--charcoal-100: #E0F9FB;
--charcoal-200: #C5F5F7;
--charcoal-300: #98ECF1;
--charcoal-400: #62E3EA;
--charcoal-500: #35DBE3;
--charcoal-600: #1BBDC5;
--charcoal-700: #15969D;
--charcoal-800: #0F6B70;
--charcoal-900: #0A4548;
--charcoal-950: #062B2D;
}