Charcoal
#0A483F
CyanColor Codes
All color formats for development
HEX
#0A483FRGB
rgb(10, 72, 63)HSL
hsl(171, 76%, 16%)OKLCH
oklch(0.362 0.061 180.3)CMYK
cmyk(86%, 0%, 12%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#094138
2#083932
3#07322C
4#062B26
5#05241F
6#041D19
7#031613
8#020E0D
9#010706
Tints
Lighter variations
1#0F6E5F
2#149380
3#19B9A1
4#1EDFC2
5#43E5CD
6#68EAD7
7#8EF0E1
8#B4F5EB
9#D9FAF5
Tones
Muted variations
1#0D453C
2#10423A
3#133F38
4#163B36
5#193834
6#1C3531
7#1F322F
8#232F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FD #F2FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0FB #E0FBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F7 #C5F7EF | Secondary backgroundsInput backgroundsDividers |
| 300 | 98F1 #98F1E4 | BordersInactive statesPlaceholder text |
| 400 | 62EA #62EAD5 | Disabled statesSecondary iconsMuted text |
| 500 | 35E3 #35E3C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BC5 #1BC5AC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 159D #159D89 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F70 #0F7062 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A48 #0A483F | Primary textHigh emphasis contentDark headings |
| 950 | 062D #062D27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FDFB;
--charcoal-100: #E0FBF7;
--charcoal-200: #C5F7EF;
--charcoal-300: #98F1E4;
--charcoal-400: #62EAD5;
--charcoal-500: #35E3C9;
--charcoal-600: #1BC5AC;
--charcoal-700: #159D89;
--charcoal-800: #0F7062;
--charcoal-900: #0A483F;
--charcoal-950: #062D27;
}