Charcoal
#0A4048
CyanColor Codes
All color formats for development
HEX
#0A4048RGB
rgb(10, 64, 72)HSL
hsl(188, 76%, 16%)OKLCH
oklch(0.342 0.054 209.9)CMYK
cmyk(86%, 11%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093941
2#083339
3#072C32
4#06262B
5#052024
6#04191D
7#031316
8#020D0E
9#010607
Tints
Lighter variations
1#0F616E
2#148293
3#19A4B9
4#1EC5DF
5#43D0E5
6#68D9EA
7#8EE3F0
8#B4ECF5
9#D9F6FA
Tones
Muted variations
1#0D3D45
2#103B42
3#13393F
4#16363B
5#193438
6#1C3235
7#1F3032
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F7 #E0F7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F0 #C5F0F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E5 #98E5F1 | BordersInactive statesPlaceholder text |
| 400 | 62D7 #62D7EA | Disabled statesSecondary iconsMuted text |
| 500 | 35CC #35CCE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BAF #1BAFC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 158B #158B9D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F63 #0F6370 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A40 #0A4048 | 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: #E0F7FB;
--charcoal-200: #C5F0F7;
--charcoal-300: #98E5F1;
--charcoal-400: #62D7EA;
--charcoal-500: #35CCE3;
--charcoal-600: #1BAFC5;
--charcoal-700: #158B9D;
--charcoal-800: #0F6370;
--charcoal-900: #0A4048;
--charcoal-950: #06282D;
}