Charcoal
#22255D
BlueColor Codes
All color formats for development
HEX
#22255DRGB
rgb(34, 37, 93)HSL
hsl(237, 46%, 25%)OKLCH
oklch(0.298 0.098 276.3)CMYK
cmyk(63%, 60%, 0%, 64%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#1F2254
2#1C1E4A
3#181A41
4#151638
5#11132F
6#0E0F25
7#0A0B1C
8#070713
9#030409
Tints
Lighter variations
1#2D3179
2#373C95
3#4147B1
4#575DC1
5#7378CB
6#8F93D6
7#ABAEE0
8#C7C9EA
9#E3E4F5
Tones
Muted variations
1#25285A
2#282B57
3#2B2D54
4#2E3051
5#31334E
6#34354B
7#373849
8#3A3A46
9#3D3D43
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F4 #F4F4FB | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5E6 #E5E6F5 | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFD0 #CFD0ED | Secondary backgroundsInput backgroundsDividers |
| 300 | A9AC #A9ACDF | BordersInactive statesPlaceholder text |
| 400 | 7D81 #7D81CF | Disabled statesSecondary iconsMuted text |
| 500 | 575D #575DC1 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D42 #3D42A4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3034 #303482 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2225 #22255D | Text on light backgroundsHeadingsStrong borders |
| 900 | 1618 #16183C | Primary textHigh emphasis contentDark headings |
| 950 | 0E0F #0E0F25 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--charcoal-50: #F4F4FB;
--charcoal-100: #E5E6F5;
--charcoal-200: #CFD0ED;
--charcoal-300: #A9ACDF;
--charcoal-400: #7D81CF;
--charcoal-500: #575DC1;
--charcoal-600: #3D42A4;
--charcoal-700: #303482;
--charcoal-800: #22255D;
--charcoal-900: #16183C;
--charcoal-950: #0E0F25;
}