Charcoal
#192867
BlueColor Codes
All color formats for development
HEX
#192867RGB
rgb(25, 40, 103)HSL
hsl(228, 61%, 25%)OKLCH
oklch(0.307 0.112 268.7)CMYK
cmyk(76%, 61%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16245C
2#142052
3#111C48
4#0F183E
5#0C1433
6#0A1029
7#070C1F
8#050815
9#02040A
Tints
Lighter variations
1#203585
2#2841A4
3#2F4DC3
4#4662D2
5#657CDA
6#8497E1
7#A3B1E9
8#C1CBF0
9#E0E5F8
Tones
Muted variations
1#1D2B63
2#212D5F
3#252F5B
4#283257
5#2C3453
6#30364F
7#34394B
8#383B48
9#3C3D44
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 | A1AF #A1AFE8 | BordersInactive statesPlaceholder text |
| 400 | 6F85 #6F85DC | Disabled statesSecondary iconsMuted text |
| 500 | 4662 #4662D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C47 #2C47B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2339 #233990 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1928 #192867 | Text on light backgroundsHeadingsStrong borders |
| 900 | 101A #101A42 | Primary textHigh emphasis contentDark headings |
| 950 | 0A10 #0A1029 | 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: #A1AFE8;
--charcoal-400: #6F85DC;
--charcoal-500: #4662D2;
--charcoal-600: #2C47B5;
--charcoal-700: #233990;
--charcoal-800: #192867;
--charcoal-900: #101A42;
--charcoal-950: #0A1029;
}