Charcoal
#094148
CyanColor Codes
All color formats for development
HEX
#094148RGB
rgb(9, 65, 72)HSL
hsl(187, 78%, 16%)OKLCH
oklch(0.345 0.055 207.8)CMYK
cmyk(88%, 10%, 0%, 72%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083B41
2#07343A
3#062E33
4#05272C
5#042124
6#041A1D
7#031416
8#020D0F
9#010707
Tints
Lighter variations
1#0E636F
2#128695
3#17A8BB
4#1CCAE1
5#40D4E7
6#66DDEC
7#8DE5F1
8#B3EEF6
9#D9F6FA
Tones
Muted variations
1#0C3F45
2#0F3C42
3#133A3F
4#16373C
5#193539
6#1C3336
7#1F3032
8#222E2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF8 #DFF8FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F2 #C4F2F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E7 #97E7F2 | BordersInactive statesPlaceholder text |
| 400 | 60DB #60DBEB | Disabled statesSecondary iconsMuted text |
| 500 | 33D1 #33D1E6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19B3 #19B3C8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148F #148F9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E66 #0E6671 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0941 #094149 | 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: #F1FCFD;
--charcoal-100: #DFF8FB;
--charcoal-200: #C4F2F8;
--charcoal-300: #97E7F2;
--charcoal-400: #60DBEB;
--charcoal-500: #33D1E6;
--charcoal-600: #19B3C8;
--charcoal-700: #148F9F;
--charcoal-800: #0E6671;
--charcoal-900: #094149;
--charcoal-950: #06292D;
}