Charcoal
#0D3945
CyanColor Codes
All color formats for development
HEX
#0D3945RGB
rgb(13, 57, 69)HSL
hsl(193, 68%, 16%)OKLCH
oklch(0.321 0.051 220)CMYK
cmyk(81%, 17%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C333E
2#0A2D37
3#092830
4#082229
5#071C22
6#05171B
7#041115
8#030B0E
9#010607
Tints
Lighter variations
1#145669
2#1B748D
3#2292B1
4#28AFD4
5#4BBDDD
6#6FCAE4
7#93D8EA
8#B7E5F1
9#DBF2F8
Tones
Muted variations
1#103742
2#13353F
3#15343C
4#183239
5#1B3137
6#1E2F34
7#202E31
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 | C7EB #C7EBF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CDB #9CDBEC | BordersInactive statesPlaceholder text |
| 400 | 69C8 #69C8E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EB8 #3EB8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249B #249BBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7C #1D7C96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1458 #14586B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | 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: #C7EBF4;
--charcoal-300: #9CDBEC;
--charcoal-400: #69C8E2;
--charcoal-500: #3EB8DA;
--charcoal-600: #249BBC;
--charcoal-700: #1D7C96;
--charcoal-800: #14586B;
--charcoal-900: #0D3945;
--charcoal-950: #08232B;
}