Charcoal
#06324B
BlueColor Codes
All color formats for development
HEX
#06324BRGB
rgb(6, 50, 75)HSL
hsl(202, 85%, 16%)OKLCH
oklch(0.303 0.064 239.8)CMYK
cmyk(92%, 33%, 0%, 71%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#062D44
2#05283C
3#042335
4#041E2D
5#031926
6#02141E
7#020F17
8#010A0F
9#010508
Tints
Lighter variations
1#094C73
2#0D679B
3#1081C2
4#139BEA
5#39ACEF
6#60BDF2
7#88CDF5
8#B0DEF9
9#D7EEFC
Tones
Muted variations
1#0A3148
2#0D3045
3#112F41
4#142E3E
5#172D3A
6#1B2C37
7#1E2C33
8#222B30
9#252A2C
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F1F9 #F1F9FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | DEF1 #DEF1FC | Light backgroundsTable row hoverSkeleton loading |
| 200 | C2E5 #C2E5FA | Secondary backgroundsInput backgroundsDividers |
| 300 | 92D2 #92D2F6 | BordersInactive statesPlaceholder text |
| 400 | 5ABA #5ABAF2 | Disabled statesSecondary iconsMuted text |
| 500 | 2BA6 #2BA6EE | Primary brand colorCTAsActive elementsLinks |
| 600 | 118A #118AD0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 0D6D #0D6DA5 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 0A4E #0A4E76 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0632 #06324B | Primary textHigh emphasis contentDark headings |
| 950 | 041F #041F2F | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F1F9FE;
--charcoal-100: #DEF1FC;
--charcoal-200: #C2E5FA;
--charcoal-300: #92D2F6;
--charcoal-400: #5ABAF2;
--charcoal-500: #2BA6EE;
--charcoal-600: #118AD0;
--charcoal-700: #0D6DA5;
--charcoal-800: #0A4E76;
--charcoal-900: #06324B;
--charcoal-950: #041F2F;
}