Charcoal
#024F4F
CyanColor Codes
All color formats for development
HEX
#024F4FRGB
rgb(2, 79, 79)HSL
hsl(180, 95%, 16%)OKLCH
oklch(0.388 0.065 194.8)CMYK
cmyk(97%, 0%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#024848
2#024040
3#013838
4#013030
5#012828
6#012020
7#011818
8#001010
9#000808
Tints
Lighter variations
1#037979
2#04A3A3
3#05CDCD
4#06F7F7
5#2EFAFA
6#58FBFB
7#82FCFC
8#ABFDFD
9#D5FEFE
Tones
Muted variations
1#064C4C
2#0A4848
3#0E4444
4#124040
5#153C3C
6#193838
7#1D3434
8#213131
9#252D2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FF #F0FFFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFE #DCFEFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BEFD #BEFDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8DFC #8DFCFC | BordersInactive statesPlaceholder text |
| 400 | 51FB #51FBFB | Disabled statesSecondary iconsMuted text |
| 500 | 1FF9 #1FF9F9 | Primary brand colorCTAsActive elementsLinks |
| 600 | 06DB #06DBDB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 04AE #04AEAE | Active/pressed statesDark mode accentsSecondary text |
| 800 | 037C #037C7C | Text on light backgroundsHeadingsStrong borders |
| 900 | 0250 #025050 | Primary textHigh emphasis contentDark headings |
| 950 | 0132 #013232 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FFFF;
--charcoal-100: #DCFEFE;
--charcoal-200: #BEFDFD;
--charcoal-300: #8DFCFC;
--charcoal-400: #51FBFB;
--charcoal-500: #1FF9F9;
--charcoal-600: #06DBDB;
--charcoal-700: #04AEAE;
--charcoal-800: #037C7C;
--charcoal-900: #025050;
--charcoal-950: #013232;
}