Charcoal
#192A67
BlueColor Codes
All color formats for development
HEX
#192A67RGB
rgb(25, 42, 103)HSL
hsl(227, 61%, 25%)OKLCH
oklch(0.311 0.109 267.7)CMYK
cmyk(76%, 59%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16265C
2#142152
3#111D48
4#0F193E
5#0C1533
6#0A1129
7#070D1F
8#050815
9#02040A
Tints
Lighter variations
1#203685
2#2843A4
3#2F4FC3
4#4665D2
5#657EDA
6#8498E1
7#A3B2E9
8#C1CCF0
9#E0E5F8
Tones
Muted variations
1#1D2C63
2#212E5F
3#25305B
4#283357
5#2C3553
6#30374F
7#34394B
8#383B48
9#3C3E44
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F5 #F3F5FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E2E7 #E2E7F8 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CAD2 #CAD2F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1B0 #A1B0E8 | BordersInactive statesPlaceholder text |
| 400 | 6F87 #6F87DC | Disabled statesSecondary iconsMuted text |
| 500 | 4665 #4665D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C49 #2C49B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 233A #233A90 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 192A #192A67 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101B #101B42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A11 #0A1129 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F5FC;
--charcoal-100: #E2E7F8;
--charcoal-200: #CAD2F2;
--charcoal-300: #A1B0E8;
--charcoal-400: #6F87DC;
--charcoal-500: #4665D2;
--charcoal-600: #2C49B5;
--charcoal-700: #233A90;
--charcoal-800: #192A67;
--charcoal-900: #101B42;
--charcoal-950: #0A1129;
}