Charcoal
#07404B
CyanColor Codes
All color formats for development
HEX
#07404BRGB
rgb(7, 64, 75)HSL
hsl(190, 83%, 16%)OKLCH
oklch(0.343 0.057 214.7)CMYK
cmyk(91%, 15%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063943
2#06333C
3#052C34
4#04262D
5#032025
6#03191E
7#021316
8#010D0F
9#010607
Tints
Lighter variations
1#0B6172
2#0E8299
3#12A3C0
4#16C4E7
5#3BCFED
6#62D9F0
7#89E2F4
8#B1ECF8
9#D8F5FB
Tones
Muted variations
1#0A3D47
2#0E3B44
3#113941
4#14363D
5#18343A
6#1B3236
7#1F3033
8#222D30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF7 #DEF7FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F0 #C2F0F9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94E5 #94E5F5 | BordersInactive statesPlaceholder text |
| 400 | 5CD7 #5CD7F0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DCC #2DCCEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13AE #13AECD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F8B #0F8BA3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B63 #0B6375 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073F #073F4B | 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: #DEF7FC;
--charcoal-200: #C2F0F9;
--charcoal-300: #94E5F5;
--charcoal-400: #5CD7F0;
--charcoal-500: #2DCCEB;
--charcoal-600: #13AECD;
--charcoal-700: #0F8BA3;
--charcoal-800: #0B6375;
--charcoal-900: #073F4B;
--charcoal-950: #04282F;
}