Charcoal
#0D3944
CyanColor Codes
All color formats for development
HEX
#0D3944RGB
rgb(13, 57, 68)HSL
hsl(192, 68%, 16%)OKLCH
oklch(0.321 0.05 218.2)CMYK
cmyk(81%, 16%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C343E
2#0A2E37
3#092830
4#082229
5#071D22
6#05171B
7#041115
8#030B0E
9#010607
Tints
Lighter variations
1#145869
2#1B768D
3#2294B1
4#28B2D4
5#4BC0DD
6#6FCCE4
7#93D9EA
8#B7E6F1
9#DBF2F8
Tones
Muted variations
1#103842
2#13363F
3#15343C
4#183339
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 | 9CDC #9CDCEC | BordersInactive statesPlaceholder text |
| 400 | 69CA #69CAE2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EBB #3EBBDA | Primary brand colorCTAsActive elementsLinks |
| 600 | 249E #249EBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D7E #1D7E96 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 145A #145A6B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D39 #0D3945 | Primary textHigh emphasis contentDark headings |
| 950 | 0824 #08242B | 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: #9CDCEC;
--charcoal-400: #69CAE2;
--charcoal-500: #3EBBDA;
--charcoal-600: #249EBC;
--charcoal-700: #1D7E96;
--charcoal-800: #145A6B;
--charcoal-900: #0D3945;
--charcoal-950: #08242B;
}