Charcoal
#03284F
BlueColor Codes
All color formats for development
HEX
#03284FRGB
rgb(3, 40, 79)HSL
hsl(211, 93%, 16%)OKLCH
oklch(0.277 0.082 253.6)CMYK
cmyk(96%, 49%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032447
2#02203F
3#021C37
4#02182F
5#011427
6#01101F
7#010C18
8#010810
9#000408
Tints
Lighter variations
1#043C78
2#0651A1
3#0766CB
4#097BF4
5#3091F8
6#5AA7F9
7#83BDFB
8#ACD3FC
9#D6E9FE
Tones
Muted variations
1#07284B
2#0A2847
3#0E2843
4#122840
5#16283C
6#1A2838
7#1D2834
8#212930
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDED #DDEDFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDD #BFDDFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC3 #8EC3FB | BordersInactive statesPlaceholder text |
| 400 | 53A3 #53A3F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2289 #2289F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 086D #086DD9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0656 #0656AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043E #043E7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0328 #03284F | Primary textHigh emphasis contentDark headings |
| 950 | 0219 #021931 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FE;
--charcoal-100: #DDEDFE;
--charcoal-200: #BFDDFD;
--charcoal-300: #8EC3FB;
--charcoal-400: #53A3F9;
--charcoal-500: #2289F7;
--charcoal-600: #086DD9;
--charcoal-700: #0656AC;
--charcoal-800: #043E7B;
--charcoal-900: #03284F;
--charcoal-950: #021931;
}