Charcoal
#012E32
CyanColor Codes
All color formats for development
HEX
#012E32RGB
rgb(1, 46, 50)HSL
hsl(185, 96%, 10%)OKLCH
oklch(0.275 0.046 204.1)CMYK
cmyk(98%, 8%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#01292D
2#012528
3#012023
4#011C1E
5#011719
6#001214
7#000E0F
8#00090A
9#000505
Tints
Lighter variations
1#02575F
2#03818C
3#04AAB9
4#05D3E6
5#1EE8FA
6#4BEDFB
7#78F1FC
8#A5F6FD
9#D2FAFE
Tones
Muted variations
1#032C30
2#062A2D
3#08282B
4#0B2628
5#0D2426
6#102223
7#122021
8#151E1E
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFB #DCFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEF8 #BEF8FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8CF3 #8CF3FD | BordersInactive statesPlaceholder text |
| 400 | 50ED #50EDFB | Disabled statesSecondary iconsMuted text |
| 500 | 1EE8 #1EE8FA | Primary brand colorCTAsActive elementsLinks |
| 600 | 04CA #04CADC | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04A1 #04A1AF | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0373 #03737D | Text on light backgroundsHeadingsStrong borders |
| 900 | 0249 #024950 | Primary textHigh emphasis contentDark headings |
| 950 | 012E #012E32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFBFE;
--charcoal-200: #BEF8FE;
--charcoal-300: #8CF3FD;
--charcoal-400: #50EDFB;
--charcoal-500: #1EE8FA;
--charcoal-600: #04CADC;
--charcoal-700: #04A1AF;
--charcoal-800: #03737D;
--charcoal-900: #024950;
--charcoal-950: #012E32;
}