Charcoal
#03484F
CyanColor Codes
All color formats for development
HEX
#03484FRGB
rgb(3, 72, 79)HSL
hsl(186, 93%, 16%)OKLCH
oklch(0.367 0.062 206.1)CMYK
cmyk(96%, 9%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#034047
2#02393F
3#023237
4#022B2F
5#012427
6#011C1F
7#011518
8#010E10
9#000708
Tints
Lighter variations
1#046D78
2#0692A1
3#07B7CB
4#09DDF4
5#30E4F8
6#5AE9F9
7#83EFFB
8#ACF4FC
9#D6FAFE
Tones
Muted variations
1#07444B
2#0A4147
3#0E3E43
4#123B40
5#16383C
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 | DDFA #DDFAFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF7 #BFF7FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EF0 #8EF0FB | BordersInactive statesPlaceholder text |
| 400 | 53E8 #53E8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22E2 #22E2F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08C4 #08C4D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 069C #069CAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 046F #046F7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0347 #03474F | 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: #BFF7FD;
--charcoal-300: #8EF0FB;
--charcoal-400: #53E8F9;
--charcoal-500: #22E2F7;
--charcoal-600: #08C4D9;
--charcoal-700: #069CAC;
--charcoal-800: #046F7B;
--charcoal-900: #03474F;
--charcoal-950: #022C31;
}