Charcoal
#03464F
CyanColor Codes
All color formats for development
HEX
#03464FRGB
rgb(3, 70, 79)HSL
hsl(187, 93%, 16%)OKLCH
oklch(0.362 0.061 209.6)CMYK
cmyk(96%, 11%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033F47
2#02383F
3#023137
4#022A2F
5#012327
6#011C1F
7#011518
8#010E10
9#000708
Tints
Lighter variations
1#046B78
2#068FA1
3#07B4CB
4#09D9F4
5#30E0F8
6#5AE6F9
7#83EDFB
8#ACF3FC
9#D6F9FE
Tones
Muted variations
1#07434B
2#0A4047
3#0E3D43
4#123A40
5#16373C
6#1A3438
7#1D3234
8#212F30
9#252C2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FD #F0FDFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF5 #BFF5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EEE #8EEEFB | BordersInactive statesPlaceholder text |
| 400 | 53E5 #53E5F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22DE #22DEF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C0 #08C0D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0699 #0699AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046D #046D7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0346 #03464F | Primary textHigh emphasis contentDark headings |
| 950 | 022C #022C31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFAFE;
--charcoal-200: #BFF5FD;
--charcoal-300: #8EEEFB;
--charcoal-400: #53E5F9;
--charcoal-500: #22DEF7;
--charcoal-600: #08C0D9;
--charcoal-700: #0699AC;
--charcoal-800: #046D7B;
--charcoal-900: #03464F;
--charcoal-950: #022C31;
}