Charcoal
#0A4348
CyanColor Codes
All color formats for development
HEX
#0A4348RGB
rgb(10, 67, 72)HSL
hsl(185, 76%, 16%)OKLCH
oklch(0.351 0.055 204)CMYK
cmyk(86%, 7%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093C41
2#083539
3#072F32
4#06282B
5#052124
6#041B1D
7#031416
8#020D0E
9#010707
Tints
Lighter variations
1#0F666E
2#148993
3#19ACB9
4#1ECFDF
5#43D8E5
6#68E0EA
7#8EE7F0
8#B4EFF5
9#D9F7FA
Tones
Muted variations
1#0D4045
2#103D42
3#133B3F
4#16383B
5#193638
6#1C3335
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 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F3 #C5F3F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E9 #98E9F1 | BordersInactive statesPlaceholder text |
| 400 | 62DE #62DEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D5 #35D5E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB7 #1BB7C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1592 #15929D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F68 #0F6870 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A43 #0A4348 | 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: #E0F8FB;
--charcoal-200: #C5F3F7;
--charcoal-300: #98E9F1;
--charcoal-400: #62DEEA;
--charcoal-500: #35D5E3;
--charcoal-600: #1BB7C5;
--charcoal-700: #15929D;
--charcoal-800: #0F6870;
--charcoal-900: #0A4348;
--charcoal-950: #062A2D;
}