Charcoal
#192767
BlueColor Codes
All color formats for development
HEX
#192767RGB
rgb(25, 39, 103)HSL
hsl(229, 61%, 25%)OKLCH
oklch(0.305 0.113 269.1)CMYK
cmyk(76%, 62%, 0%, 60%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#16235C
2#141F52
3#111B48
4#0F173E
5#0C1433
6#0A1029
7#070C1F
8#050815
9#02040A
Tints
Lighter variations
1#203385
2#283FA4
3#2F4AC3
4#4660D2
5#657ADA
6#8495E1
7#A3AFE9
8#C1CAF0
9#E0E4F8
Tones
Muted variations
1#1D2A63
2#212C5F
3#252F5B
4#283157
5#2C3353
6#30364F
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 | CAD1 #CAD1F2 | Secondary backgroundsInput backgroundsDividers |
| 300 | A1AE #A1AEE8 | BordersInactive statesPlaceholder text |
| 400 | 6F83 #6F83DC | Disabled statesSecondary iconsMuted text |
| 500 | 4660 #4660D2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 2C45 #2C45B5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2337 #233790 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1927 #192767 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1019 #101942 | 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: #F3F4FC;
--charcoal-100: #E2E6F8;
--charcoal-200: #CAD1F2;
--charcoal-300: #A1AEE8;
--charcoal-400: #6F83DC;
--charcoal-500: #4660D2;
--charcoal-600: #2C45B5;
--charcoal-700: #233790;
--charcoal-800: #192767;
--charcoal-900: #101942;
--charcoal-950: #0A1029;
}