Charcoal
#03324F
BlueColor Codes
All color formats for development
HEX
#03324FRGB
rgb(3, 50, 79)HSL
hsl(203, 93%, 16%)OKLCH
oklch(0.304 0.07 242.6)CMYK
cmyk(96%, 37%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032D47
2#02283F
3#022337
4#021E2F
5#011927
6#01141F
7#010F18
8#010A10
9#000508
Tints
Lighter variations
1#044C78
2#0666A1
3#0780CB
4#099AF4
5#30ABF8
6#5ABCF9
7#83CDFB
8#ACDDFC
9#D6EEFE
Tones
Muted variations
1#07314B
2#0A3047
3#0E2F43
4#122E40
5#162D3C
6#1A2C38
7#1D2B34
8#212B30
9#252A2D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF1 #DDF1FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE5 #BFE5FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ED1 #8ED1FB | BordersInactive statesPlaceholder text |
| 400 | 53B9 #53B9F9 | Disabled statesSecondary iconsMuted text |
| 500 | 22A5 #22A5F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0889 #0889D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 066D #066DAC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044E #044E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0332 #03324F | Primary textHigh emphasis contentDark headings |
| 950 | 021F #021F31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F9FE;
--charcoal-100: #DDF1FE;
--charcoal-200: #BFE5FD;
--charcoal-300: #8ED1FB;
--charcoal-400: #53B9F9;
--charcoal-500: #22A5F7;
--charcoal-600: #0889D9;
--charcoal-700: #066DAC;
--charcoal-800: #044E7B;
--charcoal-900: #03324F;
--charcoal-950: #021F31;
}