Charcoal
#014751
CyanColor Codes
All color formats for development
HEX
#014751RGB
rgb(1, 71, 81)HSL
hsl(188, 98%, 16%)OKLCH
oklch(0.365 0.063 210.8)CMYK
cmyk(99%, 12%, 0%, 68%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#013F49
2#013841
3#013139
4#002A30
5#002328
6#001C20
7#001518
8#000E10
9#000708
Tints
Lighter variations
1#016B7B
2#0290A6
3#02B5D0
4#03D9FA
5#2BE1FD
6#55E7FD
7#80EDFE
8#AAF3FE
9#D5F9FF
Tones
Muted variations
1#05434D
2#094049
3#0D3D45
4#113A41
5#15373D
6#193539
7#1D3235
8#212F31
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DCFA #DCFAFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF6 #BDF6FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BEE #8BEEFE | BordersInactive statesPlaceholder text |
| 400 | 4EE6 #4EE6FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CDF #1CDFFD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C1 #02C1DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0299 #0299B1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 016E #016E7E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0146 #014651 | Primary textHigh emphasis contentDark headings |
| 950 | 012C #012C32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFAFF;
--charcoal-200: #BDF6FE;
--charcoal-300: #8BEEFE;
--charcoal-400: #4EE6FD;
--charcoal-500: #1CDFFD;
--charcoal-600: #02C1DE;
--charcoal-700: #0299B1;
--charcoal-800: #016E7E;
--charcoal-900: #014651;
--charcoal-950: #012C32;
}