Charcoal
#0A3C48
CyanColor Codes
All color formats for development
HEX
#0A3C48RGB
rgb(10, 60, 72)HSL
hsl(192, 76%, 16%)OKLCH
oklch(0.331 0.054 218.2)CMYK
cmyk(86%, 17%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093541
2#083039
3#072A32
4#06242B
5#051E24
6#04181D
7#031216
8#020C0E
9#010607
Tints
Lighter variations
1#0F5B6E
2#147A93
3#1999B9
4#1EB8DF
5#43C5E5
6#68D0EA
7#8EDCF0
8#B4E8F5
9#D9F3FA
Tones
Muted variations
1#0D3A45
2#103842
3#13363F
4#16343B
5#193238
6#1C3035
7#1F2E32
8#232D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FB #F2FBFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F5 #E0F5FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5ED #C5EDF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DF #98DFF1 | BordersInactive statesPlaceholder text |
| 400 | 62CE #62CEEA | Disabled statesSecondary iconsMuted text |
| 500 | 35C1 #35C1E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA3 #1BA3C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1582 #15829D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5D #0F5D70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3B #0A3B48 | 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: #F2FBFD;
--charcoal-100: #E0F5FB;
--charcoal-200: #C5EDF7;
--charcoal-300: #98DFF1;
--charcoal-400: #62CEEA;
--charcoal-500: #35C1E3;
--charcoal-600: #1BA3C5;
--charcoal-700: #15829D;
--charcoal-800: #0F5D70;
--charcoal-900: #0A3B48;
--charcoal-950: #06252D;
}