Charcoal
#093F49
CyanColor Codes
All color formats for development
HEX
#093F49RGB
rgb(9, 63, 73)HSL
hsl(189, 78%, 16%)OKLCH
oklch(0.34 0.055 213.6)CMYK
cmyk(88%, 14%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#083941
2#07323A
3#062C33
4#05262C
5#042024
6#04191D
7#031316
8#020D0F
9#010607
Tints
Lighter variations
1#0E606F
2#128195
3#17A2BB
4#1CC4E1
5#40CEE7
6#66D8EC
7#8DE2F1
8#B3ECF6
9#D9F5FA
Tones
Muted variations
1#0C3D45
2#0F3B42
3#13383F
4#16363C
5#193439
6#1C3236
7#1F2F32
8#222D2F
9#262B2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FC #F1FCFD | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DFF7 #DFF7FB | Light backgroundsTable row hoverSkeleton loading |
| 200 | C4F0 #C4F0F8 | Secondary backgroundsInput backgroundsDividers |
| 300 | 97E4 #97E4F2 | BordersInactive statesPlaceholder text |
| 400 | 60D6 #60D6EB | Disabled statesSecondary iconsMuted text |
| 500 | 33CB #33CBE6 | Primary brand colorCTAsActive elementsLinks |
| 600 | 19AD #19ADC8 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 148A #148A9F | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0E63 #0E6371 | Text on light backgroundsHeadingsStrong borders |
| 900 | 093F #093F49 | Primary textHigh emphasis contentDark headings |
| 950 | 0627 #06272D | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FCFD;
--charcoal-100: #DFF7FB;
--charcoal-200: #C4F0F8;
--charcoal-300: #97E4F2;
--charcoal-400: #60D6EB;
--charcoal-500: #33CBE6;
--charcoal-600: #19ADC8;
--charcoal-700: #148A9F;
--charcoal-800: #0E6371;
--charcoal-900: #093F49;
--charcoal-950: #06272D;
}