Charcoal
#192567
BlueColor Codes
All color formats for development
HEX
#192567RGB
rgb(25, 37, 103)HSL
hsl(231, 61%, 25%)OKLCH
oklch(0.301 0.116 270)CMYK
cmyk(76%, 64%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16215C
2#141D52
3#111A48
4#0F163E
5#0C1233
6#0A0F29
7#070B1F
8#050715
9#02040A
Tints
Lighter variations
1#202F85
2#283AA4
3#2F45C3
4#465BD2
5#6577DA
6#8492E1
7#A3ADE9
8#C1C8F0
9#E0E4F8
Tones
Muted variations
1#1D2763
2#212A5F
3#252D5B
4#282F57
5#2C3253
6#30354F
7#34384B
8#383A48
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 | A1AB #A1ABE8 | BordersInactive statesPlaceholder text |
| 400 | 6F80 #6F80DC | Disabled statesSecondary iconsMuted text |
| 500 | 465B #465BD2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C40 #2C40B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2333 #233390 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1925 #192567 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1017 #101742 | 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: #A1ABE8;
--charcoal-400: #6F80DC;
--charcoal-500: #465BD2;
--charcoal-600: #2C40B5;
--charcoal-700: #233390;
--charcoal-800: #192567;
--charcoal-900: #101742;
--charcoal-950: #0A0F29;
}