Charcoal
#121840
BlueColor Codes
All color formats for development
HEX
#121840RGB
rgb(18, 24, 64)HSL
hsl(232, 56%, 16%)OKLCH
oklch(0.231 0.076 272.6)CMYK
cmyk(72%, 63%, 0%, 75%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#101639
2#0E1333
3#0D112D
4#0B0E26
5#090C20
6#070A19
7#050713
8#04050D
9#020206
Tints
Lighter variations
1#1B2561
2#253182
3#2E3EA4
4#384BC5
5#5868D0
6#7986D9
7#9BA4E3
8#BCC3EC
9#DEE1F6
Tones
Muted variations
1#141A3D
2#171B3B
3#191D39
4#1B1F37
5#1D2034
6#202232
7#222430
8#24252D
9#27272B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F3F4 #F3F4FC | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E3E6 #E3E6F7 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CBD0 #CBD0F0 | Secondary backgroundsInput backgroundsDividers |
| 300 | A4AC #A4ACE5 | BordersInactive statesPlaceholder text |
| 400 | 7481 #7481D8 | Disabled statesSecondary iconsMuted text |
| 500 | 4C5D #4C5DCD | Primary brand colorCTAsActive elementsLinks |
| 600 | 3142 #3142AF | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2735 #27358B | Active/pressed statesDark mode accentsSecondary text |
| 800 | 1C26 #1C2663 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1218 #121840 | Primary textHigh emphasis contentDark headings |
| 950 | 0B0F #0B0F28 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F3F4FC;
--charcoal-100: #E3E6F7;
--charcoal-200: #CBD0F0;
--charcoal-300: #A4ACE5;
--charcoal-400: #7481D8;
--charcoal-500: #4C5DCD;
--charcoal-600: #3142AF;
--charcoal-700: #27358B;
--charcoal-800: #1C2663;
--charcoal-900: #121840;
--charcoal-950: #0B0F28;
}