Charcoal
#1C2063
BlueColor Codes
All color formats for development
HEX
#1C2063RGB
rgb(28, 32, 99)HSL
hsl(237, 56%, 25%)OKLCH
oklch(0.289 0.116 273.9)CMYK
cmyk(72%, 68%, 0%, 61%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#191C5A
2#161950
3#141646
4#11133C
5#0E1032
6#0B0D28
7#08091E
8#060614
9#03030A
Tints
Lighter variations
1#242981
2#2D339F
3#353CBD
4#4C52CD
5#6A6FD5
6#888CDD
7#A5A9E6
8#C3C5EE
9#E1E2F7
Tones
Muted variations
1#202360
2#23265C
3#272959
4#2A2C55
5#2E3052
6#31334E
7#35364A
8#393947
9#3C3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E4 #E3E4F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBCD #CBCDF0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4A7 #A4A7E5 | BordersInactive statesPlaceholder text |
| 400 | 7479 #7479D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C52 #4C52CD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3138 #3138AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 272C #272C8B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C20 #1C2063 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1214 #121440 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0D #0B0D28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FC;
--charcoal-100: #E3E4F7;
--charcoal-200: #CBCDF0;
--charcoal-300: #A4A7E5;
--charcoal-400: #7479D8;
--charcoal-500: #4C52CD;
--charcoal-600: #3138AF;
--charcoal-700: #272C8B;
--charcoal-800: #1C2063;
--charcoal-900: #121440;
--charcoal-950: #0B0D28;
}