Charcoal
#084A3F
CyanColor Codes
All color formats for development
HEX
#084A3FRGB
rgb(8, 74, 63)HSL
hsl(170, 80%, 16%)OKLCH
oklch(0.368 0.064 177.9)CMYK
cmyk(89%, 0%, 15%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#074238
2#073B32
3#06332C
4#052C26
5#04251F
6#031D19
7#021613
8#020F0D
9#010706
Tints
Lighter variations
1#0C705F
2#119780
3#15BDA1
4#19E4C2
5#3EEACD
6#65EED7
7#8BF2E1
8#B2F6EB
9#D8FBF5
Tones
Muted variations
1#0B463C
2#0F433A
3#124038
4#153C36
5#183934
6#1C3632
7#1F332F
8#222F2D
9#262C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFFB #DFFBF7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C3F8 #C3F8F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | 95F3 #95F3E4 | BordersInactive statesPlaceholder text |
| 400 | 5EED #5EEDD5 | Disabled statesSecondary iconsMuted text |
| 500 | 30E8 #30E8C9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 16CA #16CAAC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 12A1 #12A189 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0D73 #0D7362 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0849 #08493F | Primary textHigh emphasis contentDark headings |
| 950 | 052E #052E27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFB;
--charcoal-100: #DFFBF7;
--charcoal-200: #C3F8F0;
--charcoal-300: #95F3E4;
--charcoal-400: #5EEDD5;
--charcoal-500: #30E8C9;
--charcoal-600: #16CAAC;
--charcoal-700: #12A189;
--charcoal-800: #0D7362;
--charcoal-900: #08493F;
--charcoal-950: #052E27;
}