Charcoal
#012C32
CyanColor Codes
All color formats for development
HEX
#012C32RGB
rgb(1, 44, 50)HSL
hsl(187, 96%, 10%)OKLCH
oklch(0.269 0.046 209.1)CMYK
cmyk(98%, 12%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01282D
2#012328
3#011F23
4#011B1E
5#011619
6#001214
7#000D0F
8#00090A
9#000405
Tints
Lighter variations
1#02545F
2#037C8C
3#04A4B9
4#05CCE6
5#1EE1FA
6#4BE7FB
7#78EDFC
8#A5F3FD
9#D2F9FE
Tones
Muted variations
1#032A30
2#06292D
3#08272B
4#0B2528
5#0D2326
6#102123
7#121F21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF6 #BEF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF0 #8CF0FD | BordersInactive statesPlaceholder text |
| 400 | 50E7 #50E7FB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE1 #1EE1FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04C3 #04C3DC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 049B #049BAF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036F #036F7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0247 #024750 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFAFE;
--charcoal-200: #BEF6FE;
--charcoal-300: #8CF0FD;
--charcoal-400: #50E7FB;
--charcoal-500: #1EE1FA;
--charcoal-600: #04C3DC;
--charcoal-700: #049BAF;
--charcoal-800: #036F7D;
--charcoal-900: #024750;
--charcoal-950: #012C32;
}