Charcoal
#07424A
CyanColor Codes
All color formats for development
HEX
#07424ARGB
rgb(7, 66, 74)HSL
hsl(187, 83%, 16%)OKLCH
oklch(0.348 0.057 209.2)CMYK
cmyk(91%, 11%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063C43
2#06353C
3#052F34
4#04282D
5#032125
6#031B1E
7#021416
8#010D0F
9#010707
Tints
Lighter variations
1#0B6672
2#0E8999
3#12ACC0
4#16CFE7
5#3BD8ED
6#62E0F0
7#89E8F4
8#B1EFF8
9#D8F7FB
Tones
Muted variations
1#0A4047
2#0E3E44
3#113B41
4#14383D
5#18363A
6#1B3336
7#1F3133
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 | DEF9 #DEF9FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F3 #C2F3F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94EA #94EAF5 | BordersInactive statesPlaceholder text |
| 400 | 5CDF #5CDFF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DD5 #2DD5EB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B8 #13B8CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F92 #0F92A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B68 #0B6875 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0743 #07434B | Primary textHigh emphasis contentDark headings |
| 950 | 042A #042A2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DEF9FC;
--charcoal-200: #C2F3F9;
--charcoal-300: #94EAF5;
--charcoal-400: #5CDFF0;
--charcoal-500: #2DD5EB;
--charcoal-600: #13B8CD;
--charcoal-700: #0F92A3;
--charcoal-800: #0B6875;
--charcoal-900: #07434B;
--charcoal-950: #042A2F;
}