Charcoal
#07424B
CyanColor Codes
All color formats for development
HEX
#07424BRGB
rgb(7, 66, 75)HSL
hsl(188, 83%, 16%)OKLCH
oklch(0.349 0.057 210.9)CMYK
cmyk(91%, 12%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063B43
2#06353C
3#052E34
4#04272D
5#032125
6#031A1E
7#021416
8#010D0F
9#010707
Tints
Lighter variations
1#0B6472
2#0E8799
3#12A9C0
4#16CBE7
5#3BD5ED
6#62DDF0
7#89E6F4
8#B1EEF8
9#D8F7FB
Tones
Muted variations
1#0A3F47
2#0E3D44
3#113A41
4#14383D
5#18353A
6#1B3336
7#1F3033
8#222E30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF8 #DEF8FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F2 #C2F2F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E8 #94E8F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDC #5CDCF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD2 #2DD2EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B4 #13B4CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F90 #0F90A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B67 #0B6775 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0742 #07424B | Primary textHigh emphasis contentDark headings |
| 950 | 0429 #04292F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DEF8FC;
--charcoal-200: #C2F2F9;
--charcoal-300: #94E8F5;
--charcoal-400: #5CDCF0;
--charcoal-500: #2DD2EB;
--charcoal-600: #13B4CD;
--charcoal-700: #0F90A3;
--charcoal-800: #0B6775;
--charcoal-900: #07424B;
--charcoal-950: #04292F;
}