Charcoal
#0A4448
CyanColor Codes
All color formats for development
HEX
#0A4448RGB
rgb(10, 68, 72)HSL
hsl(184, 76%, 16%)OKLCH
oklch(0.354 0.056 202.1)CMYK
cmyk(86%, 6%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093D41
2#083639
3#072F32
4#06292B
5#052224
6#041B1D
7#031416
8#020E0E
9#010707
Tints
Lighter variations
1#0F676E
2#148B93
3#19AEB9
4#1ED2DF
5#43DAE5
6#68E2EA
7#8EE9F0
8#B4F0F5
9#D9F8FA
Tones
Muted variations
1#0D4145
2#103E42
3#133C3F
4#16393B
5#193638
6#1C3435
7#1F3132
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 | E0F9 #E0F9FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F4 #C5F4F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98EB #98EBF1 | BordersInactive statesPlaceholder text |
| 400 | 62E1 #62E1EA | Disabled statesSecondary iconsMuted text |
| 500 | 35D8 #35D8E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BBA #1BBAC5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1594 #15949D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F6A #0F6A70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A44 #0A4448 | Primary textHigh emphasis contentDark headings |
| 950 | 062A #062A2D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F9FB;
--charcoal-200: #C5F4F7;
--charcoal-300: #98EBF1;
--charcoal-400: #62E1EA;
--charcoal-500: #35D8E3;
--charcoal-600: #1BBAC5;
--charcoal-700: #15949D;
--charcoal-800: #0F6A70;
--charcoal-900: #0A4448;
--charcoal-950: #062A2D;
}