Blue
#3B07DA
PurpleColor Codes
All color formats for development
HEX
#3B07DARGB
rgb(59, 7, 218)HSL
hsl(255, 94%, 44%)OKLCH
oklch(0.427 0.264 275.6)CMYK
cmyk(73%, 97%, 0%, 15%)Accessibility
WCAG contrast compliance
Tailwind Scale
50-950 scale matching Tailwind CSS naming
Shades
Darker variations
1#3606C4
2#3005AE
3#2A0598
4#240483
5#1E036D
6#180357
7#120241
8#0C012C
9#060116
Tints
Lighter variations
1#4308F5
2#5721F8
3#6C3DF9
4#8159FA
5#9674FB
6#AB90FC
7#C0ACFC
8#D5C8FD
9#EAE3FE
Tones
Muted variations
1#4111CF
2#461CC5
3#4B26BA
4#5131AF
5#563BA5
6#5B469A
7#605190
8#665B85
9#6B667B
Usage Guidelines
Recommended use cases for each shade level
| Level | Color | Typical Use Cases |
|---|---|---|
| 50 | F4F0 #F4F0FF | BackgroundsSubtle highlightsCard backgrounds |
| 100 | E5DC #E5DCFE | Light backgroundsTable row hoverSkeleton loading |
| 200 | CEBF #CEBFFD | Secondary backgroundsInput backgroundsDividers |
| 300 | A98D #A98DFB | BordersInactive statesPlaceholder text |
| 400 | 7C52 #7C52FA | Disabled statesSecondary iconsMuted text |
| 500 | 5620 #5620F8 | Primary brand colorCTAsActive elementsLinks |
| 600 | 3B07 #3B07DA | Hover statesFocus ringsPrimary buttons hover |
| 700 | 2F05 #2F05AD | Active/pressed statesDark mode accentsSecondary text |
| 800 | 2204 #22047C | Text on light backgroundsHeadingsStrong borders |
| 900 | 1602 #16024F | 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: #F4F0FF;
--blue-100: #E5DCFE;
--blue-200: #CEBFFD;
--blue-300: #A98DFB;
--blue-400: #7C52FA;
--blue-500: #5620F8;
--blue-600: #3B07DA;
--blue-700: #2F05AD;
--blue-800: #22047C;
--blue-900: #16024F;
--blue-950: #0E0231;
}