Charcoal
#06484B
CyanColor Codes
All color formats for development
HEX
#06484BRGB
rgb(6, 72, 75)HSL
hsl(183, 85%, 16%)OKLCH
oklch(0.366 0.06 199.8)CMYK
cmyk(92%, 4%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#064144
2#053A3C
3#043235
4#042B2D
5#032426
6#021D1E
7#021617
8#010E0F
9#010708
Tints
Lighter variations
1#096E73
2#0D949B
3#10B9C2
4#13DFEA
5#39E6EF
6#60EBF2
7#88F0F5
8#B0F5F9
9#D7FAFC
Tones
Muted variations
1#0A4548
2#0D4245
3#113F41
4#143C3E
5#17383A
6#1B3537
7#1E3233
8#222F30
9#252C2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1FD #F1FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEFB #DEFBFC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2F7 #C2F7FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92F1 #92F1F6 | BordersInactive statesPlaceholder text |
| 400 | 5AEA #5AEAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BE4 #2BE4EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 11C6 #11C6D0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D9E #0D9EA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A71 #0A7176 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0648 #06484B | Primary textHigh emphasis contentDark headings |
| 950 | 042D #042D2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1FDFE;
--charcoal-100: #DEFBFC;
--charcoal-200: #C2F7FA;
--charcoal-300: #92F1F6;
--charcoal-400: #5AEAF2;
--charcoal-500: #2BE4EE;
--charcoal-600: #11C6D0;
--charcoal-700: #0D9EA5;
--charcoal-800: #0A7176;
--charcoal-900: #06484B;
--charcoal-950: #042D2F;
}