Charcoal
#0D3744
CyanColor Codes
All color formats for development
HEX
#0D3744RGB
rgb(13, 55, 68)HSL
hsl(194, 68%, 16%)OKLCH
oklch(0.315 0.05 222.7)CMYK
cmyk(81%, 19%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C323E
2#0A2C37
3#092730
4#082129
5#071C22
6#05161B
7#041115
8#030B0E
9#010607
Tints
Lighter variations
1#145569
2#1B728D
3#228FB1
4#28ACD4
5#4BBBDD
6#6FC8E4
7#93D6EA
8#B7E4F1
9#DBF1F8
Tones
Muted variations
1#103642
2#13353F
3#15333C
4#183239
5#1B3037
6#1E2F34
7#202D31
8#232C2E
9#262A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FA #F2FAFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F4 #E1F4F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EA #C7EAF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDA #9CDAEC | BordersInactive statesPlaceholder text |
| 400 | 69C6 #69C6E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB6 #3EB6DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 2499 #2499BC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7A #1D7A96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1457 #14576B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D38 #0D3845 | Primary textHigh emphasis contentDark headings |
| 950 | 0823 #08232B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FAFD;
--charcoal-100: #E1F4F9;
--charcoal-200: #C7EAF4;
--charcoal-300: #9CDAEC;
--charcoal-400: #69C6E2;
--charcoal-500: #3EB6DA;
--charcoal-600: #2499BC;
--charcoal-700: #1D7A96;
--charcoal-800: #14576B;
--charcoal-900: #0D3845;
--charcoal-950: #08232B;
}