Blue
#3E0CD4
PurpleColor Codes
All color formats for development
HEX
#3E0CD4RGB
rgb(62, 12, 212)HSL
hsl(255, 89%, 44%)OKLCH
oklch(0.424 0.256 277.1)CMYK
cmyk(71%, 94%, 0%, 17%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380BBF
2#320AAA
3#2C0994
4#25077F
5#1F066A
6#190555
7#130440
8#0C022A
9#060115
Tints
Lighter variations
1#460EEF
2#5A27F2
3#6F42F4
4#835DF6
5#9878F7
6#AC93F9
7#C1AEFA
8#D6C9FC
9#EAE4FD
Tones
Muted variations
1#4316CA
2#4820C0
3#4D2AB6
4#5234AC
5#573EA2
6#5C4898
7#61528E
8#665C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F1 #F4F1FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FB | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E56 #7E56F5 | Disabled statesSecondary iconsMuted text |
| 500 | 5926 #5926F2 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0C #3E0CD4 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 320A #320AA9 | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2307 #230778 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1704 #17044D | Primary textHigh emphasis contentDark headings |
| 950 | 0E03 #0E0330 | Maximum contrast textDark mode backgrounds |
Export Code
Copy ready-to-use code for your project
:root {
--blue-50: #F4F1FE;
--blue-100: #E5DDFD;
--blue-200: #CFC0FB;
--blue-300: #AA90F9;
--blue-400: #7E56F5;
--blue-500: #5926F2;
--blue-600: #3E0CD4;
--blue-700: #320AA9;
--blue-800: #230778;
--blue-900: #17044D;
--blue-950: #0E0330;
}