Charcoal
#093B48
CyanColor Codes
All color formats for development
HEX
#093B48RGB
rgb(9, 59, 72)HSL
hsl(192, 78%, 16%)OKLCH
oklch(0.327 0.055 220)CMYK
cmyk(88%, 18%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083641
2#07303A
3#062A33
4#05242C
5#041E24
6#04181D
7#031216
8#020C0F
9#010607
Tints
Lighter variations
1#0E5B6F
2#127B95
3#179ABB
4#1CBAE1
5#40C6E7
6#66D1EC
7#8DDDF1
8#B3E8F6
9#D9F4FA
Tones
Muted variations
1#0C3A45
2#0F3842
3#13363F
4#16343C
5#193239
6#1C3036
7#1F2F32
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF6 #DFF6FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E0 #97E0F2 | BordersInactive statesPlaceholder text |
| 400 | 60D0 #60D0EB | Disabled statesSecondary iconsMuted text |
| 500 | 33C2 #33C2E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A5 #19A5C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1483 #14839F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5E #0E5E71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093C #093C49 | Primary textHigh emphasis contentDark headings |
| 950 | 0625 #06252D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FBFD;
--charcoal-100: #DFF6FB;
--charcoal-200: #C4EDF8;
--charcoal-300: #97E0F2;
--charcoal-400: #60D0EB;
--charcoal-500: #33C2E6;
--charcoal-600: #19A5C8;
--charcoal-700: #14839F;
--charcoal-800: #0E5E71;
--charcoal-900: #093C49;
--charcoal-950: #06252D;
}