Charcoal
#0D3E44
CyanColor Codes
All color formats for development
HEX
#0D3E44RGB
rgb(13, 62, 68)HSL
hsl(187, 68%, 16%)OKLCH
oklch(0.335 0.051 207)CMYK
cmyk(81%, 9%, 0%, 73%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#0C383E
2#0A3237
3#092B30
4#082529
5#071F22
6#05191B
7#041315
8#030C0E
9#010607
Tints
Lighter variations
1#145F69
2#1B7F8D
3#22A0B1
4#28C0D4
5#4BCCDD
6#6FD6E4
7#93E0EA
8#B7EAF1
9#DBF5F8
Tones
Muted variations
1#103C42
2#133A3F
3#15383C
4#183639
5#1B3337
6#1E3134
7#202F31
8#232D2E
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E1F6 #E1F6F9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C7EF #C7EFF4 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9CE3 #9CE3EC | BordersInactive statesPlaceholder text |
| 400 | 69D4 #69D4E2 | Disabled statesSecondary iconsMuted text |
| 500 | 3EC8 #3EC8DA | Primary brand colorCTAsActive elementsLinks |
| 600 | 24AB #24ABBC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1D88 #1D8896 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1461 #14616B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0D3E #0D3E45 | Primary textHigh emphasis contentDark headings |
| 950 | 0827 #08272B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E1F6F9;
--charcoal-200: #C7EFF4;
--charcoal-300: #9CE3EC;
--charcoal-400: #69D4E2;
--charcoal-500: #3EC8DA;
--charcoal-600: #24ABBC;
--charcoal-700: #1D8896;
--charcoal-800: #14616B;
--charcoal-900: #0D3E45;
--charcoal-950: #08272B;
}