Charcoal
#073A4A
CyanColor Codes
All color formats for development
HEX
#073A4ARGB
rgb(7, 58, 74)HSL
hsl(194, 83%, 16%)OKLCH
oklch(0.325 0.057 224.7)CMYK
cmyk(91%, 22%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#063543
2#062F3C
3#052934
4#04232D
5#031D25
6#03181E
7#021216
8#010C0F
9#010607
Tints
Lighter variations
1#0B5A72
2#0E7999
3#1298C0
4#16B6E7
5#3BC3ED
6#62CFF0
7#89DBF4
8#B1E7F8
9#D8F3FB
Tones
Muted variations
1#0A3947
2#0E3744
3#113541
4#14343D
5#18323A
6#1B3036
7#1F2E33
8#222C30
9#252B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF5 #DEF5FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2ED #C2EDF9 | Secondary backgroundsInput backgroundsDividers |
| 300 | 94DE #94DEF5 | BordersInactive statesPlaceholder text |
| 400 | 5CCD #5CCDF0 | Disabled statesSecondary iconsMuted text |
| 500 | 2DBF #2DBFEB | Primary brand colorCTAsActive elementsLinks |
| 600 | 13A2 #13A2CD | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0F81 #0F81A3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0B5C #0B5C75 | Text on light backgroundsHeadingsStrong borders |
| 900 | 073B #073B4B | Primary textHigh emphasis contentDark headings |
| 950 | 0425 #04252F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFE;
--charcoal-100: #DEF5FC;
--charcoal-200: #C2EDF9;
--charcoal-300: #94DEF5;
--charcoal-400: #5CCDF0;
--charcoal-500: #2DBFEB;
--charcoal-600: #13A2CD;
--charcoal-700: #0F81A3;
--charcoal-800: #0B5C75;
--charcoal-900: #073B4B;
--charcoal-950: #04252F;
}