Charcoal
#074A3D
CyanColor Codes
All color formats for development
HEX
#074A3DRGB
rgb(7, 74, 61)HSL
hsl(168, 83%, 16%)OKLCH
oklch(0.367 0.066 175.2)CMYK
cmyk(91%, 0%, 18%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064337
2#063C31
3#05342B
4#042D25
5#03251F
6#031E18
7#021612
8#010F0C
9#010706
Tints
Lighter variations
1#0B725D
2#0E997D
3#12C09D
4#16E7BD
5#3BEDC9
6#62F0D4
7#89F4DF
8#B1F8E9
9#D8FBF4
Tones
Muted variations
1#0A473B
2#0E4439
3#114137
4#143D35
5#183A33
6#1B3631
7#1F332F
8#22302D
9#252C2B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9EE | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5E2 | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0D2 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBC5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDA8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA386 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B755F | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B3D | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F26 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFB;
--charcoal-100: #DEFCF6;
--charcoal-200: #C2F9EE;
--charcoal-300: #94F5E2;
--charcoal-400: #5CF0D2;
--charcoal-500: #2DEBC5;
--charcoal-600: #13CDA8;
--charcoal-700: #0FA386;
--charcoal-800: #0B755F;
--charcoal-900: #074B3D;
--charcoal-950: #042F26;
}