Charcoal
#012B32
CyanColor Codes
All color formats for development
HEX
#012B32RGB
rgb(1, 43, 50)HSL
hsl(189, 96%, 10%)OKLCH
oklch(0.266 0.045 211.6)CMYK
cmyk(98%, 14%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01262D
2#012228
3#011E23
4#011A1E
5#011519
6#001114
7#000D0F
8#00090A
9#000405
Tints
Lighter variations
1#02515F
2#03778C
3#049EB9
4#05C4E6
5#1ED9FA
6#4BE1FB
7#78E8FC
8#A5F0FD
9#D2F7FE
Tones
Muted variations
1#032930
2#06272D
3#08252B
4#0B2428
5#0D2226
6#102023
7#121F21
8#151D1E
9#171B1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCF9 #DCF9FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF4 #BEF4FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CEC #8CECFD | BordersInactive statesPlaceholder text |
| 400 | 50E2 #50E2FB | Disabled statesSecondary iconsMuted text |
| 500 | 1ED9 #1ED9FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04BC #04BCDC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0495 #0495AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 036B #036B7D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0244 #024450 | Primary textHigh emphasis contentDark headings |
| 950 | 012B #012B32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFF;
--charcoal-100: #DCF9FE;
--charcoal-200: #BEF4FE;
--charcoal-300: #8CECFD;
--charcoal-400: #50E2FB;
--charcoal-500: #1ED9FA;
--charcoal-600: #04BCDC;
--charcoal-700: #0495AF;
--charcoal-800: #036B7D;
--charcoal-900: #024450;
--charcoal-950: #012B32;
}