Charcoal
#0A4248
CyanColor Codes
All color formats for development
HEX
#0A4248RGB
rgb(10, 66, 72)HSL
hsl(186, 76%, 16%)OKLCH
oklch(0.348 0.055 205.9)CMYK
cmyk(86%, 8%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#093B41
2#083439
3#072E32
4#06272B
5#052124
6#041A1D
7#031416
8#020D0E
9#010707
Tints
Lighter variations
1#0F646E
2#148693
3#19A9B9
4#1ECBDF
5#43D5E5
6#68DDEA
7#8EE6F0
8#B4EEF5
9#D9F7FA
Tones
Muted variations
1#0D3F45
2#103D42
3#133A3F
4#16383B
5#193538
6#1C3335
7#1F3032
8#232E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F2FC #F2FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E0F8 #E0F8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C5F2 #C5F2F7 | Secondary backgroundsInput backgroundsDividers |
| 300 | 98E8 #98E8F1 | BordersInactive statesPlaceholder text |
| 400 | 62DC #62DCEA | Disabled statesSecondary iconsMuted text |
| 500 | 35D2 #35D2E3 | Primary brand colorCTAsActive elementsLinks |
| 600 | 1BB4 #1BB4C5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 1590 #15909D | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0F67 #0F6770 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0A42 #0A4248 | Primary textHigh emphasis contentDark headings |
| 950 | 0629 #06292D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F2FCFD;
--charcoal-100: #E0F8FB;
--charcoal-200: #C5F2F7;
--charcoal-300: #98E8F1;
--charcoal-400: #62DCEA;
--charcoal-500: #35D2E3;
--charcoal-600: #1BB4C5;
--charcoal-700: #15909D;
--charcoal-800: #0F6770;
--charcoal-900: #0A4248;
--charcoal-950: #06292D;
}