Charcoal
#0A4148
CyanColor Codes
All color formats for development
HEX
#0A4148RGB
rgb(10, 65, 72)HSL
hsl(187, 76%, 16%)OKLCH
oklch(0.345 0.055 207.9)CMYK
cmyk(86%, 10%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093A41
2#083439
3#072D32
4#06272B
5#052024
6#041A1D
7#031316
8#020D0E
9#010607
Tints
Lighter variations
1#0F626E
2#148493
3#19A6B9
4#1EC8DF
5#43D2E5
6#68DBEA
7#8EE4F0
8#B4EDF5
9#D9F6FA
Tones
Muted variations
1#0D3E45
2#103C42
3#13393F
4#16373B
5#193538
6#1C3235
7#1F3032
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 | C5F1 #C5F1F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E7 #98E7F1 | BordersInactive statesPlaceholder text |
| 400 | 62DA #62DAEA | Disabled statesSecondary iconsMuted text |
| 500 | 35CF #35CFE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB2 #1BB2C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158D #158D9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F65 #0F6570 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A41 #0A4148 | Primary textHigh emphasis contentDark headings |
| 950 | 0628 #06282D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FB;
--charcoal-200: #C5F1F7;
--charcoal-300: #98E7F1;
--charcoal-400: #62DAEA;
--charcoal-500: #35CFE3;
--charcoal-600: #1BB2C5;
--charcoal-700: #158D9D;
--charcoal-800: #0F6570;
--charcoal-900: #0A4148;
--charcoal-950: #06282D;
}