Charcoal
#0A3B48
CyanColor Codes
All color formats for development
HEX
#0A3B48RGB
rgb(10, 59, 72)HSL
hsl(193, 76%, 16%)OKLCH
oklch(0.328 0.054 220.2)CMYK
cmyk(86%, 18%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093541
2#082F39
3#072932
4#06232B
5#051D24
6#04171D
7#031216
8#020C0E
9#010607
Tints
Lighter variations
1#0F596E
2#147893
3#1996B9
4#1EB5DF
5#43C2E5
6#68CEEA
7#8EDAF0
8#B4E7F5
9#D9F3FA
Tones
Muted variations
1#0D3945
2#103742
3#13353F
4#16333B
5#193238
6#1C3035
7#1F2E32
8#232C2F
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 | C5EC #C5ECF7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98DE #98DEF1 | BordersInactive statesPlaceholder text |
| 400 | 62CC #62CCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35BE #35BEE3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BA1 #1BA1C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1580 #15809D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F5B #0F5B70 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A3A #0A3A48 | Primary textHigh emphasis contentDark headings |
| 950 | 0624 #06242D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FBFD;
--charcoal-100: #E0F5FB;
--charcoal-200: #C5ECF7;
--charcoal-300: #98DEF1;
--charcoal-400: #62CCEA;
--charcoal-500: #35BEE3;
--charcoal-600: #1BA1C5;
--charcoal-700: #15809D;
--charcoal-800: #0F5B70;
--charcoal-900: #0A3A48;
--charcoal-950: #06242D;
}