Charcoal
#0A4247
CyanColor Codes
All color formats for development
HEX
#0A4247RGB
rgb(10, 66, 71)HSL
hsl(185, 75%, 16%)OKLCH
oklch(0.348 0.055 204.1)CMYK
cmyk(86%, 7%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093C40
2#083539
3#072E32
4#06282B
5#052124
6#041B1D
7#031415
8#020D0E
9#010707
Tints
Lighter variations
1#10656D
2#158892
3#1AABB8
4#20CEDD
5#44D7E4
6#69DFEA
7#8FE7EF
8#B4EFF4
9#DAF7FA
Tones
Muted variations
1#0D4044
2#103D41
3#133B3E
4#16383B
5#1A3638
6#1D3335
7#203032
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F0 | BordersInactive statesPlaceholder text |
| 400 | 63DE #63DEE9 | Disabled statesSecondary iconsMuted text |
| 500 | 36D4 #36D4E2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1CB6 #1CB6C4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1691 #16919C | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1068 #106870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4247 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FB;
--charcoal-200: #C5F3F7;
--charcoal-300: #98E9F0;
--charcoal-400: #63DEE9;
--charcoal-500: #36D4E2;
--charcoal-600: #1CB6C4;
--charcoal-700: #16919C;
--charcoal-800: #106870;
--charcoal-900: #0A4247;
--charcoal-950: #06292D;
}