Charcoal
#032E4F
BlueColor Codes
All color formats for development
HEX
#032E4FRGB
rgb(3, 46, 79)HSL
hsl(206, 93%, 16%)OKLCH
oklch(0.293 0.075 247.5)CMYK
cmyk(96%, 42%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032947
2#02253F
3#022037
4#021C2F
5#011727
6#01121F
7#010E18
8#010910
9#000508
Tints
Lighter variations
1#044678
2#065EA1
3#0776CB
4#098EF4
5#30A1F8
6#5AB4F9
7#83C7FB
8#ACD9FC
9#D6ECFE
Tones
Muted variations
1#072D4B
2#0A2D47
3#0E2C43
4#122C40
5#162B3C
6#1A2B38
7#1D2A34
8#212A30
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F8 #F0F8FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDEF #DDEFFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE2 #BFE2FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECC #8ECCFB | BordersInactive statesPlaceholder text |
| 400 | 53B1 #53B1F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229A #229AF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 087E #087ED9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0664 #0664AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0448 #04487B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032E #032E4F | Primary textHigh emphasis contentDark headings |
| 950 | 021D #021D31 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F0F8FE;
--charcoal-100: #DDEFFE;
--charcoal-200: #BFE2FD;
--charcoal-300: #8ECCFB;
--charcoal-400: #53B1F9;
--charcoal-500: #229AF7;
--charcoal-600: #087ED9;
--charcoal-700: #0664AC;
--charcoal-800: #04487B;
--charcoal-900: #032E4F;
--charcoal-950: #021D31;
}