Charcoal
#03264F
BlueColor Codes
All color formats for development
HEX
#03264FRGB
rgb(3, 38, 79)HSL
hsl(212, 93%, 16%)OKLCH
oklch(0.272 0.085 255.3)CMYK
cmyk(96%, 52%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032247
2#021F3F
3#021B37
4#02172F
5#011327
6#010F1F
7#010B18
8#010810
9#000408
Tints
Lighter variations
1#043A78
2#064EA1
3#0763CB
4#0977F4
5#308DF8
6#5AA4F9
7#83BBFB
8#ACD2FC
9#D6E8FE
Tones
Muted variations
1#07274B
2#0A2747
3#0E2743
4#122740
5#16283C
6#1A2838
7#1D2834
8#212830
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F7 #F0F7FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEC #DDECFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFDC #BFDCFD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8EC1 #8EC1FB | BordersInactive statesPlaceholder text |
| 400 | 53A0 #53A0F9 | Disabled statesSecondary iconsMuted text |
| 500 | 2285 #2285F7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0869 #0869D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0654 #0654AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 043C #043C7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 0326 #03264F | Primary textHigh emphasis contentDark headings |
| 950 | 0218 #021831 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F7FE;
--charcoal-100: #DDECFE;
--charcoal-200: #BFDCFD;
--charcoal-300: #8EC1FB;
--charcoal-400: #53A0F9;
--charcoal-500: #2285F7;
--charcoal-600: #0869D9;
--charcoal-700: #0654AC;
--charcoal-800: #043C7B;
--charcoal-900: #03264F;
--charcoal-950: #021831;
}