Blue
#3E0BD5
PurpleColor Codes
All color formats for development
HEX
#3E0BD5RGB
rgb(62, 11, 213)HSL
hsl(255, 90%, 44%)OKLCH
oklch(0.425 0.257 277)CMYK
cmyk(71%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#380AC0
2#3109AB
3#2B0895
4#250780
5#1F066B
6#190455
7#130340
8#0C022B
9#060115
Tints
Lighter variations
1#460DF0
2#5926F4
3#6E41F5
4#835CF6
5#9777F8
6#AC92F9
7#C1AEFB
8#D6C9FC
9#EAE4FE
Tones
Muted variations
1#4315CB
2#481FC1
3#4D2AB7
4#5234AD
5#573EA3
6#5C4899
7#61528E
8#665C84
9#6B667A
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FE | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DD #E5DDFD | Light backgroundsTable row hoverSkeleton loading |
| 200 | CFC0 #CFC0FC | Secondary backgroundsInput backgroundsDividers |
| 300 | AA90 #AA90F9 | BordersInactive statesPlaceholder text |
| 400 | 7E55 #7E55F6 | Disabled statesSecondary iconsMuted text |
| 500 | 5925 #5925F4 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3E0B #3E0BD5 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3109 #3109AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #230679 | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | 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: #F4F0FE;
--blue-100: #E5DDFD;
--blue-200: #CFC0FC;
--blue-300: #AA90F9;
--blue-400: #7E55F6;
--blue-500: #5925F4;
--blue-600: #3E0BD5;
--blue-700: #3109AA;
--blue-800: #230679;
--blue-900: #16044E;
--blue-950: #0E0330;
}