Charcoal
#074A44
CyanColor Codes
All color formats for development
HEX
#074A44RGB
rgb(7, 74, 68)HSL
hsl(175, 83%, 16%)OKLCH
oklch(0.369 0.062 185.3)CMYK
cmyk(91%, 0%, 8%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#06433E
2#063C37
3#053430
4#042D29
5#032523
6#031E1C
7#021615
8#010F0E
9#010707
Tints
Lighter variations
1#0B7269
2#0E998D
3#12C0B2
4#16E7D6
5#3BEDDE
6#62F0E5
7#89F4EB
8#B1F8F2
9#D8FBF8
Tones
Muted variations
1#0A4742
2#0E443F
3#11413D
4#143D3A
5#183A37
6#1B3634
7#1F3331
8#22302E
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FE #F1FEFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFC #DEFCF9 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F9 #C2F9F5 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94F5 #94F5ED | BordersInactive statesPlaceholder text |
| 400 | 5CF0 #5CF0E3 | Disabled statesSecondary iconsMuted text |
| 500 | 2DEB #2DEBDC | Primary brand colorCTAsActive elementsLinks |
| 600 | 13CD #13CDBE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0FA3 #0FA397 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B75 #0B756C | Text on light backgroundsHeadingsStrong borders |
| 900 | 074B #074B45 | Primary textHigh emphasis contentDark headings |
| 950 | 042F #042F2B | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FEFD;
--charcoal-100: #DEFCF9;
--charcoal-200: #C2F9F5;
--charcoal-300: #94F5ED;
--charcoal-400: #5CF0E3;
--charcoal-500: #2DEBDC;
--charcoal-600: #13CDBE;
--charcoal-700: #0FA397;
--charcoal-800: #0B756C;
--charcoal-900: #074B45;
--charcoal-950: #042F2B;
}