Charcoal
#093B49
CyanColor Codes
All color formats for development
HEX
#093B49RGB
rgb(9, 59, 73)HSL
hsl(193, 78%, 16%)OKLCH
oklch(0.328 0.055 221.7)CMYK
cmyk(88%, 19%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083541
2#072F3A
3#062933
4#05232C
5#041D24
6#04181D
7#031216
8#020C0F
9#010607
Tints
Lighter variations
1#0E5A6F
2#127995
3#1797BB
4#1CB6E1
5#40C3E7
6#66CFEC
7#8DDBF1
8#B3E7F6
9#D9F3FA
Tones
Muted variations
1#0C3945
2#0F3742
3#13353F
4#16343C
5#193239
6#1C3036
7#1F2E32
8#222C2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FB #F1FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF5 #DFF5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4ED #C4EDF8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97DE #97DEF2 | BordersInactive statesPlaceholder text |
| 400 | 60CD #60CDEB | Disabled statesSecondary iconsMuted text |
| 500 | 33BF #33BFE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19A2 #19A2C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1481 #14819F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E5C #0E5C71 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093B #093B49 | 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: #DFF5FB;
--charcoal-200: #C4EDF8;
--charcoal-300: #97DEF2;
--charcoal-400: #60CDEB;
--charcoal-500: #33BFE6;
--charcoal-600: #19A2C8;
--charcoal-700: #14819F;
--charcoal-800: #0E5C71;
--charcoal-900: #093B49;
--charcoal-950: #06252D;
}