Charcoal
#03404F
CyanColor Codes
All color formats for development
HEX
#03404FRGB
rgb(3, 64, 79)HSL
hsl(192, 93%, 16%)OKLCH
oklch(0.344 0.061 220.3)CMYK
cmyk(96%, 19%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#033947
2#02333F
3#022C37
4#02262F
5#012027
6#01191F
7#011318
8#010D10
9#000608
Tints
Lighter variations
1#046178
2#0682A1
3#07A4CB
4#09C5F4
5#30D0F8
6#5AD9F9
7#83E3FB
8#ACECFC
9#D6F6FE
Tones
Muted variations
1#073D4B
2#0A3B47
3#0E3943
4#123640
5#16343C
6#1A3238
7#1D3034
8#212D30
9#252B2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0FC #F0FCFE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF7 #DDF7FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFF0 #BFF0FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EE5 #8EE5FB | BordersInactive statesPlaceholder text |
| 400 | 53D8 #53D8F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22CC #22CCF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 08AF #08AFD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 068B #068BAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0463 #04637B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0340 #03404F | Primary textHigh emphasis contentDark headings |
| 950 | 0228 #022831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0FCFE;
--charcoal-100: #DDF7FE;
--charcoal-200: #BFF0FD;
--charcoal-300: #8EE5FB;
--charcoal-400: #53D8F9;
--charcoal-500: #22CCF7;
--charcoal-600: #08AFD9;
--charcoal-700: #068BAC;
--charcoal-800: #04637B;
--charcoal-900: #03404F;
--charcoal-950: #022831;
}