Blue
#3D0AD6
PurpleColor Codes
All color formats for development
HEX
#3D0AD6RGB
rgb(61, 10, 214)HSL
hsl(255, 91%, 44%)OKLCH
oklch(0.425 0.258 276.6)CMYK
cmyk(71%, 95%, 0%, 16%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3709C1
2#3108AB
3#2B0796
4#250681
5#1F056B
6#180456
7#120340
8#0C022B
9#060115
Tints
Lighter variations
1#450BF2
2#5925F5
3#6E40F6
4#825BF7
5#9777F9
6#AC92FA
7#C1ADFB
8#D5C8FC
9#EAE4FE
Tones
Muted variations
1#4214CC
2#471FC2
3#4C29B8
4#5233AD
5#573DA3
6#5C4799
7#61528F
8#665C85
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 | AA8F #AA8FFA | BordersInactive statesPlaceholder text |
| 400 | 7D55 #7D55F7 | Disabled statesSecondary iconsMuted text |
| 500 | 5824 #5824F5 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3D0A #3D0AD6 | Hover statesFocus ringsPrimary buttons hover |
| 700 | 3108 #3108AA | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2306 #23067A | Text on light backgroundsHeadingsStrong borders |
| 900 | 1604 #16044E | Primary textHigh emphasis contentDark headings |
| 950 | 0E02 #0E0231 | 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: #AA8FFA;
--blue-400: #7D55F7;
--blue-500: #5824F5;
--blue-600: #3D0AD6;
--blue-700: #3108AA;
--blue-800: #23067A;
--blue-900: #16044E;
--blue-950: #0E0231;
}