Charcoal
#1F1F61
BlueColor Codes
All color formats for development
HEX
#1F1F61RGB
rgb(31, 31, 97)HSL
hsl(240, 52%, 25%)OKLCH
oklch(0.287 0.114 276.5)CMYK
cmyk(68%, 68%, 0%, 62%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1C1C57
2#18184E
3#151544
4#12123A
5#0F0F30
6#0C0C27
7#09091D
8#060613
9#03030A
Tints
Lighter variations
1#28287E
2#31319B
3#3A3AB8
4#5151C8
5#6E6ED1
6#8B8BDA
7#A8A8E3
8#C5C5ED
9#E2E2F6
Tones
Muted variations
1#22225E
2#25255A
3#292957
4#2C2C54
5#2F2F50
6#32324D
7#36364A
8#393946
9#3C3C43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F3 #F3F3FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4E4 #E4E4F6 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDCD #CDCDEF | Secondary backgroundsInput backgroundsDividers |
| 300 | A6A6 #A6A6E3 | BordersInactive statesPlaceholder text |
| 400 | 7777 #7777D4 | Disabled statesSecondary iconsMuted text |
| 500 | 5151 #5151C8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3636 #3636AB | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2B2B #2B2B88 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1F1F #1F1F61 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1414 #14143E | Primary textHigh emphasis contentDark headings |
| 950 | 0C0C #0C0C27 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F3FB;
--charcoal-100: #E4E4F6;
--charcoal-200: #CDCDEF;
--charcoal-300: #A6A6E3;
--charcoal-400: #7777D4;
--charcoal-500: #5151C8;
--charcoal-600: #3636AB;
--charcoal-700: #2B2B88;
--charcoal-800: #1F1F61;
--charcoal-900: #14143E;
--charcoal-950: #0C0C27;
}