Charcoal
#0A3D47
CyanColor Codes
All color formats for development
HEX
#0A3D47RGB
rgb(10, 61, 71)HSL
hsl(190, 75%, 16%)OKLCH
oklch(0.333 0.053 214.3)CMYK
cmyk(86%, 14%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093740
2#083139
3#072B32
4#06252B
5#051F24
6#04181D
7#031215
8#020C0E
9#010607
Tints
Lighter variations
1#105D6D
2#157D92
3#1A9EB8
4#20BEDD
5#44C9E4
6#69D4EA
7#8FDFEF
8#B4EAF4
9#DAF4FA
Tones
Muted variations
1#0D3B44
2#103941
3#13373E
4#16353B
5#1A3338
6#1D3135
7#202F32
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F6 #E0F6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5EE #C5EEF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E2 #98E2F0 | BordersInactive statesPlaceholder text |
| 400 | 63D2 #63D2E9 | Disabled statesSecondary iconsMuted text |
| 500 | 36C6 #36C6E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CA8 #1CA8C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1686 #16869C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1060 #106070 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3D #0A3D47 | Primary textHigh emphasis contentDark headings |
| 950 | 0626 #06262D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E0F6FB;
--charcoal-200: #C5EEF7;
--charcoal-300: #98E2F0;
--charcoal-400: #63D2E9;
--charcoal-500: #36C6E2;
--charcoal-600: #1CA8C4;
--charcoal-700: #16869C;
--charcoal-800: #106070;
--charcoal-900: #0A3D47;
--charcoal-950: #06262D;
}