Blue
#3800E0
PurpleColor Codes
All color formats for development
HEX
#3800E0RGB
rgb(56, 0, 224)HSL
hsl(255, 100%, 44%)OKLCH
oklch(0.43 0.272 274.2)CMYK
cmyk(75%, 100%, 0%, 12%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3200CA
2#2D00B4
3#27009D
4#220087
5#1C0070
6#16005A
7#110043
8#0B002D
9#060016
Tints
Lighter variations
1#3F00FD
2#541BFF
3#6937FF
4#7E54FF
5#9470FF
6#A98DFF
7#BFA9FF
8#D4C6FF
9#EAE2FF
Tones
Muted variations
1#3E0BD5
2#4316CA
3#4922BF
4#4F2DB4
5#5438A8
6#5A439D
7#5F4F92
8#655A87
9#6B657B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E4DB #E4DBFF | Light backgroundsTable row hoverSkeleton loading |
| 200 | CDBD #CDBDFF | Secondary backgroundsInput backgroundsDividers |
| 300 | A78A #A78AFF | BordersInactive statesPlaceholder text |
| 400 | 794D #794DFF | Disabled statesSecondary iconsMuted text |
| 500 | 531A #531AFF | Primary brand colorCTAsActive elementsLinks |
| 600 | 3800 #3800E0 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2D00 #2D00B3 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2000 #200080 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1400 #140052 | Primary textHigh emphasis contentDark headings |
| 950 | 0D00 #0D0033 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F0FF;
--blue-100: #E4DBFF;
--blue-200: #CDBDFF;
--blue-300: #A78AFF;
--blue-400: #794DFF;
--blue-500: #531AFF;
--blue-600: #3800E0;
--blue-700: #2D00B3;
--blue-800: #200080;
--blue-900: #140052;
--blue-950: #0D0033;
}