Charcoal
#032F4F
BlueColor Codes
All color formats for development
HEX
#032F4FRGB
rgb(3, 47, 79)HSL
hsl(205, 93%, 16%)OKLCH
oklch(0.296 0.073 246.4)CMYK
cmyk(96%, 41%, 0%, 69%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#032A47
2#02263F
3#022137
4#021C2F
5#011827
6#01131F
7#010E18
8#010910
9#000508
Tints
Lighter variations
1#044878
2#0661A1
3#0779CB
4#0992F4
5#30A5F8
6#5AB7F9
7#83C9FB
8#ACDBFC
9#D6EDFE
Tones
Muted variations
1#072E4B
2#0A2E47
3#0E2D43
4#122D40
5#162C3C
6#1A2B38
7#1D2B34
8#212A30
9#25292D
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F0F9 #F0F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DDF0 #DDF0FE | Light backgroundsTable row hoverSkeleton loading |
| 200 | BFE3 #BFE3FD | Secondary backgroundsInput backgroundsDividers |
| 300 | 8ECD #8ECDFB | BordersInactive statesPlaceholder text |
| 400 | 53B4 #53B4F9 | Disabled statesSecondary iconsMuted text |
| 500 | 229E #229EF7 | Primary brand colorCTAsActive elementsLinks |
| 600 | 0882 #0882D9 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0667 #0667AC | Active/pressed statesDark mode accentsSecondary text |
| 800 | 044A #044A7B | Text on light backgroundsHeadingsStrong borders |
| 900 | 032F #032F4F | 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: #F0F9FE;
--charcoal-100: #DDF0FE;
--charcoal-200: #BFE3FD;
--charcoal-300: #8ECDFB;
--charcoal-400: #53B4F9;
--charcoal-500: #229EF7;
--charcoal-600: #0882D9;
--charcoal-700: #0667AC;
--charcoal-800: #044A7B;
--charcoal-900: #032F4F;
--charcoal-950: #021D31;
}