Charcoal
#192667
BlueColor Codes
All color formats for development
HEX
#192667RGB
rgb(25, 38, 103)HSL
hsl(230, 61%, 25%)OKLCH
oklch(0.303 0.115 269.6)CMYK
cmyk(76%, 63%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16225C
2#141E52
3#111A48
4#0F173E
5#0C1333
6#0A0F29
7#070B1F
8#050815
9#02040A
Tints
Lighter variations
1#203185
2#283DA4
3#2F48C3
4#465ED2
5#6578DA
6#8493E1
7#A3AEE9
8#C1C9F0
9#E0E4F8
Tones
Muted variations
1#1D2863
2#212B5F
3#252E5B
4#283057
5#2C3353
6#30354F
7#34384B
8#383B48
9#3C3D44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E6 #E2E6F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD0 #CAD0F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AC #A1ACE8 | BordersInactive statesPlaceholder text |
| 400 | 6F81 #6F81DC | Disabled statesSecondary iconsMuted text |
| 500 | 465E #465ED2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C43 #2C43B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2335 #233590 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1926 #192667 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1018 #101842 | Primary textHigh emphasis contentDark headings |
| 950 | 0A0F #0A0F29 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #CAD0F2;
--charcoal-300: #A1ACE8;
--charcoal-400: #6F81DC;
--charcoal-500: #465ED2;
--charcoal-600: #2C43B5;
--charcoal-700: #233590;
--charcoal-800: #192667;
--charcoal-900: #101842;
--charcoal-950: #0A0F29;
}