Charcoal
#002F33
CyanColor Codes
All color formats for development
HEX
#002F33RGB
rgb(0, 47, 51)HSL
hsl(185, 100%, 10%)OKLCH
oklch(0.278 0.047 203.8)CMYK
cmyk(100%, 8%, 0%, 80%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#002A2E
2#002529
3#002124
4#001C1F
5#00171A
6#001314
7#000E0F
8#00090A
9#000505
Tints
Lighter variations
1#005961
2#00838F
3#00ADBD
4#00D7EB
5#1AECFF
6#47F0FF
7#75F4FF
8#A3F7FF
9#D1FBFF
Tones
Muted variations
1#032D30
2#052B2E
3#08282B
4#0A2629
5#0D2426
6#0F2224
7#122021
8#141E1F
9#171C1C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FE #F0FEFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DBFC #DBFCFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF9 #BDF9FF | Secondary backgroundsInput backgroundsDividers |
| 300 | 8AF5 #8AF5FF | BordersInactive statesPlaceholder text |
| 400 | 4DF0 #4DF0FF | Disabled statesSecondary iconsMuted text |
| 500 | 1AEC #1AECFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 00CE #00CEE0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 00A4 #00A4B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0075 #007580 | Text on light backgroundsHeadingsStrong borders |
| 900 | 004B #004B52 | Primary textHigh emphasis contentDark headings |
| 950 | 002F #002F33 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FEFF;
--charcoal-100: #DBFCFF;
--charcoal-200: #BDF9FF;
--charcoal-300: #8AF5FF;
--charcoal-400: #4DF0FF;
--charcoal-500: #1AECFF;
--charcoal-600: #00CEE0;
--charcoal-700: #00A4B3;
--charcoal-800: #007580;
--charcoal-900: #004B52;
--charcoal-950: #002F33;
}