Charcoal
#03484E
CyanColor Codes
All color formats for development
HEX
#03484ERGB
rgb(3, 72, 78)HSL
hsl(185, 93%, 16%)OKLCH
oklch(0.367 0.061 204.5)CMYK
cmyk(96%, 8%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034147
2#023A3F
3#023337
4#022B2F
5#012427
6#011D1F
7#011618
8#010E10
9#000708
Tints
Lighter variations
1#046E78
2#0694A1
3#07BACB
4#09E1F4
5#30E7F8
6#5AECF9
7#83F1FB
8#ACF5FC
9#D6FAFE
Tones
Muted variations
1#07454B
2#0A4247
3#0E3F43
4#123C40
5#16393C
6#1A3538
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 | DDFB #DDFBFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF8 #BFF8FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF2 #8EF2FB | BordersInactive statesPlaceholder text |
| 400 | 53EB #53EBF9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E5 #22E5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C7 #08C7D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069E #069EAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0471 #04717B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0348 #03484F | Primary textHigh emphasis contentDark headings |
| 950 | 022D #022D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FDFE;
--charcoal-100: #DDFBFE;
--charcoal-200: #BFF8FD;
--charcoal-300: #8EF2FB;
--charcoal-400: #53EBF9;
--charcoal-500: #22E5F7;
--charcoal-600: #08C7D9;
--charcoal-700: #069EAC;
--charcoal-800: #04717B;
--charcoal-900: #03484F;
--charcoal-950: #022D31;
}