Charcoal
#182D68
BlueColor Codes
All color formats for development
HEX
#182D68RGB
rgb(24, 45, 104)HSL
hsl(224, 63%, 25%)OKLCH
oklch(0.318 0.107 265.8)CMYK
cmyk(77%, 57%, 0%, 59%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#15295E
2#132453
3#112049
4#0E1B3E
5#0C1734
6#09122A
7#070E1F
8#050915
9#02050A
Tints
Lighter variations
1#1F3B87
2#2648A6
3#2D56C5
4#446BD5
5#6383DC
6#829CE3
7#A1B5EA
8#C1CEF1
9#E0E6F8
Tones
Muted variations
1#1C2F64
2#203160
3#24335C
4#283558
5#2C3654
6#303850
7#343A4C
8#383C48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E8 #E2E8F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | C9D4 #C9D4F3 | Secondary backgroundsInput backgroundsDividers |
| 300 | 9FB3 #9FB3E9 | BordersInactive statesPlaceholder text |
| 400 | 6E8C #6E8CDE | Disabled statesSecondary iconsMuted text |
| 500 | 446B #446BD5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2A4F #2A4FB7 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 213F #213F91 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 182D #182D68 | Text on light backgroundsHeadingsStrong borders |
| 900 | 0F1D #0F1D43 | Primary textHigh emphasis contentDark headings |
| 950 | 0912 #09122A | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E8F8;
--charcoal-200: #C9D4F3;
--charcoal-300: #9FB3E9;
--charcoal-400: #6E8CDE;
--charcoal-500: #446BD5;
--charcoal-600: #2A4FB7;
--charcoal-700: #213F91;
--charcoal-800: #182D68;
--charcoal-900: #0F1D43;
--charcoal-950: #09122A;
}