Charcoal
#07404A
CyanColor Codes
All color formats for development
HEX
#07404ARGB
rgb(7, 64, 74)HSL
hsl(189, 83%, 16%)OKLCH
oklch(0.343 0.057 213)CMYK
cmyk(91%, 14%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063A43
2#06343C
3#052D34
4#04272D
5#032025
6#031A1E
7#021316
8#010D0F
9#010607
Tints
Lighter variations
1#0B6272
2#0E8499
3#12A6C0
4#16C8E7
5#3BD2ED
6#62DBF0
7#89E4F4
8#B1EDF8
9#D8F6FB
Tones
Muted variations
1#0A3E47
2#0E3C44
3#113941
4#14373D
5#18353A
6#1B3236
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 | C2F1 #C2F1F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E6 #94E6F5 | BordersInactive statesPlaceholder text |
| 400 | 5CDA #5CDAF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCF #2DCFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13B1 #13B1CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8D #0F8DA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B65 #0B6575 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0741 #07414B | Primary textHigh emphasis contentDark headings |
| 950 | 0428 #04282F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFE;
--charcoal-100: #DEF8FC;
--charcoal-200: #C2F1F9;
--charcoal-300: #94E6F5;
--charcoal-400: #5CDAF0;
--charcoal-500: #2DCFEB;
--charcoal-600: #13B1CD;
--charcoal-700: #0F8DA3;
--charcoal-800: #0B6575;
--charcoal-900: #07414B;
--charcoal-950: #04282F;
}