Charcoal
#014750
CyanColor Codes
All color formats for development
HEX
#014750RGB
rgb(1, 71, 80)HSL
hsl(187, 98%, 16%)OKLCH
oklch(0.365 0.062 209.2)CMYK
cmyk(99%, 11%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#014049
2#013941
3#013239
4#002B30
5#002428
6#001D20
7#001518
8#000E10
9#000708
Tints
Lighter variations
1#016D7B
2#0292A6
3#02B8D0
4#03DEFA
5#2BE4FD
6#55EAFD
7#80EFFE
8#AAF4FE
9#D5FAFF
Tones
Muted variations
1#05444D
2#094149
3#0D3E45
4#113B41
5#15383D
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 | DCFB #DCFBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | BDF7 #BDF7FE | Secondary backgroundsInput backgroundsDividers |
| 300 | 8BF0 #8BF0FE | BordersInactive statesPlaceholder text |
| 400 | 4EE9 #4EE9FD | Disabled statesSecondary iconsMuted text |
| 500 | 1CE2 #1CE2FD | Primary brand colorCTAsActive elementsLinks |
| 600 | 02C4 #02C4DE | Hover statesFocus ringsPrimary buttons hover |
| 700 | 029C #029CB1 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0170 #01707E | Text on light backgroundsHeadingsStrong borders |
| 900 | 0147 #014751 | Primary textHigh emphasis contentDark headings |
| 950 | 012D #012D32 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFF;
--charcoal-100: #DCFBFF;
--charcoal-200: #BDF7FE;
--charcoal-300: #8BF0FE;
--charcoal-400: #4EE9FD;
--charcoal-500: #1CE2FD;
--charcoal-600: #02C4DE;
--charcoal-700: #029CB1;
--charcoal-800: #01707E;
--charcoal-900: #014751;
--charcoal-950: #012D32;
}